Commit graph

430 commits

Author SHA1 Message Date
VectorAICreations
4d99292b25
Update Dockerfile
Dockerfile completo e atualizado com suporte ao pacote av (PyAV), que requer bibliotecas do sistema adicionais como libavcodec-dev, libavformat-dev e libswscale-dev:
2025-05-25 17:21:56 -03:00
VectorAICreations
a3b800e556
Update requirements.txt
incluind av
2025-05-25 17:18:26 -03:00
VectorAICreations
78bcc0c6e3
Update requirements.txt
Adicionando
pydub
2025-05-25 17:01:11 -03:00
VectorAICreations
659964eb38
Update Dockerfile
O pydub usa o ffmpeg por trás. Como você está usando python:3.10-slim, precisa instalar ffmpeg no container.
2025-05-25 17:00:22 -03:00
VectorAICreations
c2b2e29e46
Update Dockerfile
Na imagem python:3.10-slim, o pacote soundfile (via pysoundfile) precisa da lib libsndfile1.
Então adicione isso no Dockerfile também:
2025-05-25 16:44:30 -03:00
VectorAICreations
3a766fdc1a
Update requirements.txt
added soundfile
2025-05-25 16:43:01 -03:00
VectorAICreations
2cf5b5c41e
Update requirements.txt 2025-05-25 16:21:59 -03:00
VectorAICreations
16b72b4290
Update requirements.txt
kokoro
2025-05-25 15:54:43 -03:00
VectorAICreations
230ae908a0
Update development.py
Corrige erro de parêntese não casado em development.py
2025-05-25 15:38:12 -03:00
VectorAICreations
1d489b7225
Update Dockerfile
retorno ao original
2025-05-25 15:00:13 -03:00
VectorAICreations
79c194a360
Update Dockerfile 2025-05-25 14:50:37 -03:00
VectorAICreations
09ac774e21
Update requirements.txt
psutil
2025-05-25 14:37:25 -03:00
VectorAICreations
96d1853408
Update Dockerfile 2025-05-25 14:36:48 -03:00
VectorAICreations
d6a72e517e
Update requirements.txt
Added:
 pydantic-settings
aiofiles
python-multipart
2025-05-25 14:16:26 -03:00
VectorAICreations
931a13eb1b
Update requirements.txt
Numpy+Loguru
2025-05-25 13:56:17 -03:00
VectorAICreations
fabb24132a
Update Dockerfile 2025-05-25 01:04:10 -03:00
VectorAICreations
179a4792b6
Update requirements.txt 2025-05-25 00:53:49 -03:00
VectorAICreations
ec1937504b
Update Dockerfile 2025-05-25 00:44:15 -03:00
VectorAICreations
d76c8e9451
Create requirements.txt 2025-05-25 00:31:14 -03:00
VectorAICreations
f67b4fb7d1
Create Dockerfile 2025-05-25 00:29:49 -03:00
VectorAICreations
86598d6c45
Update docker-build.yml 2025-05-25 00:27:11 -03:00
VectorAICreations
163b0f9f54
Update docker-build.yml 2025-05-25 00:25:16 -03:00
VectorAICreations
f20a9632b5
Create docker-build.yml 2025-05-25 00:21:38 -03:00
VectorAICreations
42e6b9e95b
Corrige erro de concatenação quando timestamps são None 2025-05-25 00:17:30 -03:00
Fireblade2534
ce22f60344
Fix readme claiming that Korean is supported 2025-05-24 21:31:38 -04:00
Fireblade2534
6f1450c5b4
Merge pull request #310 from fireblade2534/master
Some checks failed
CI / test (3.10) (push) Has been cancelled
Added some better saftey checks to captioned speech
2025-05-09 09:13:02 -04:00
Fireblade2534
243d98e339
Merge branch 'remsky:master' into master 2025-05-09 09:08:55 -04:00
Fireblade2534
1ac9924c3e Added some better safty checks to captioned speech 2025-05-09 13:04:53 +00:00
Fireblade2534
36197b9266
Merge pull request #304 from fireblade2534/Simple-phenome-fixes
Fixed phenomes
2025-05-05 22:03:52 -04:00
Fireblade2534
15bb614c07
Merge pull request #303 from fireblade2534/Fixing-timestamps
Fixing normalization
2025-05-05 22:03:42 -04:00
Fireblade2534
acee979225 Fixed phenomes 2025-05-02 13:34:08 +00:00
Fireblade2534
c80d4feb69 Fixed formatting 2025-05-01 18:16:36 +00:00
Fireblade2534
f89b76d5d6 Added more tests 2025-05-01 18:02:35 +00:00
Fireblade2534
48e096b441 Massivly improved how number, time, and money normalization 2025-05-01 17:53:01 +00:00
remsky
2c7e1e8c0b
Merge pull request #291 from RigleGit/patch-1 2025-04-22 09:51:16 -06:00
Rodrigo Iglesias
83325b749d
Update Dockerfile to install Rust
Rust is required to build sudachipy and pyopenjtalk-plus
2025-04-17 16:07:15 +02:00
remsky
f1fa340494
Update README.md
Some checks failed
CI / test (3.10) (push) Has been cancelled
2025-04-05 04:09:28 -06:00
remsky
d826de87ed Minor change to trigger new release 2025-04-04 22:07:26 -06:00
remsky
59be119cc4
Merge pull request #276 from remsky/maintenance/automations
Maintenance/automations
2025-04-04 21:19:09 -06:00
remsky
10f240daad Add tag existence check in release workflow 2025-04-04 19:38:27 -06:00
remsky
10caafe3fb Adjust CONTRIBUTING.md, readme docker information and notes 2025-04-04 19:30:13 -06:00
remsky
ba796ef003 Update CHANGELOG.md for version 0.3.0: add new features, changes, fixes, and removals 2025-04-04 18:53:13 -06:00
remsky
a28de9bc66
Delete readme-parts/config.yaml 2025-04-04 17:28:06 -06:00
Fireblade2534
d004b6d304
Apply suggestions from copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-04 19:06:59 -04:00
Fireblade2534
7f0e06ea6b
Update normalizer.py 2025-04-04 19:06:13 -04:00
remsky
afa879546c CONTRIBUTING + Ruff format 2025-04-04 16:58:07 -06:00
remsky
447f9d360c Ruff check 2025-04-04 16:50:46 -06:00
remsky
6a2d3a54cf Bump version to 0.3.0 and update related configurations; add misaki patch script and remove obsolete build workflow 2025-04-04 16:49:10 -06:00
remsky
e2313abe72
Merge pull request #266 from rampadc/master
Some checks failed
CI / test (3.10) (push) Has been cancelled
start-gpu_mac.sh: removed duplicated env and align with other shell scripts
2025-04-02 22:04:04 -06:00
Cong Nguyen
64ced408b7 removed duplicated env and align with other shell scripts 2025-03-31 03:54:41 +11:00