Upload 2 files
Browse files- requirements.txt +78 -0
- swahili_tts.onnx +3 -0
requirements.txt
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotated-types==0.7.0
|
2 |
+
anyio==4.8.0
|
3 |
+
attrs==24.3.0
|
4 |
+
babel==2.16.0
|
5 |
+
bibtexparser==2.0.0b8
|
6 |
+
certifi==2024.12.14
|
7 |
+
cffi==1.17.1
|
8 |
+
charset-normalizer==3.4.1
|
9 |
+
clldutils==3.24.0
|
10 |
+
colorama==0.4.6
|
11 |
+
coloredlogs==15.0.1
|
12 |
+
colorlog==6.9.0
|
13 |
+
csvw==3.5.1
|
14 |
+
dlinfo==1.2.1
|
15 |
+
espeakng-loader==0.2.2
|
16 |
+
exceptiongroup==1.2.2
|
17 |
+
filelock==3.16.1
|
18 |
+
flatbuffers==24.12.23
|
19 |
+
fsspec==2024.12.0
|
20 |
+
h11==0.14.0
|
21 |
+
httpcore==1.0.7
|
22 |
+
httpx==0.27.2
|
23 |
+
huggingface-hub>=0.30.0
|
24 |
+
humanfriendly==10.0
|
25 |
+
idna==3.10
|
26 |
+
importlib_metadata==8.5.0
|
27 |
+
isodate==0.7.2
|
28 |
+
Jinja2==3.1.5
|
29 |
+
joblib==1.4.2
|
30 |
+
jsonschema==4.23.0
|
31 |
+
jsonschema-specifications==2024.10.1
|
32 |
+
language-tags==1.2.0
|
33 |
+
llvmlite==0.43.0
|
34 |
+
lxml==5.3.0
|
35 |
+
Markdown==3.7
|
36 |
+
MarkupSafe==3.0.2
|
37 |
+
more-itertools==10.6.0
|
38 |
+
mpmath==1.3.0
|
39 |
+
networkx==3.2.1
|
40 |
+
numba==0.60.0
|
41 |
+
numpy==2.0.2
|
42 |
+
ollama==0.4.6
|
43 |
+
onnxruntime-gpu
|
44 |
+
packaging==24.2
|
45 |
+
phonemizer-fork @ git+https://github.com/thewh1teagle/phonemizer-fork@aa26b4cf2c518386a8c2dcea5c6f0866cde10bd3
|
46 |
+
protobuf==5.29.3
|
47 |
+
pycparser==2.22
|
48 |
+
pydantic==2.10.5
|
49 |
+
pydantic_core==2.27.2
|
50 |
+
pylatexenc==2.10
|
51 |
+
pyparsing==3.2.1
|
52 |
+
python-dateutil==2.9.0.post0
|
53 |
+
PyYAML==6.0.2
|
54 |
+
rdflib==7.1.2
|
55 |
+
referencing==0.35.1
|
56 |
+
regex==2024.11.6
|
57 |
+
requests==2.32.3
|
58 |
+
rfc3986==1.5.0
|
59 |
+
rpds-py==0.22.3
|
60 |
+
scipy==1.13.1
|
61 |
+
segments==2.2.1
|
62 |
+
six==1.17.0
|
63 |
+
sniffio==1.3.1
|
64 |
+
sounddevice==0.5.1
|
65 |
+
sympy==1.13.1
|
66 |
+
tabulate==0.9.0
|
67 |
+
tiktoken
|
68 |
+
torch==2.5.1+cu121
|
69 |
+
torchvision==0.20.1+cu121
|
70 |
+
torchaudio==2.5.1+cu121
|
71 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
72 |
+
tqdm==4.67.1
|
73 |
+
typing_extensions==4.12.2
|
74 |
+
uritemplate==4.1.1
|
75 |
+
urllib3==2.3.0
|
76 |
+
zipp==3.21.0
|
77 |
+
transformers>=4.51.3
|
78 |
+
librosa>=0.10.1
|
swahili_tts.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:672cf96dc45ace32dd3706559ea7f495e7e0b4f7349d12f370b4e1427e4d07a7
|
3 |
+
size 114206973
|