Update requirements.txt
Browse files- requirements.txt +20 -8
requirements.txt
CHANGED
@@ -1,16 +1,28 @@
|
|
1 |
fastapi>=0.68.0
|
2 |
uvicorn>=0.15.0
|
3 |
codecarbon>=2.3.1
|
4 |
-
datasets
|
5 |
-
scikit-learn
|
6 |
pydantic>=1.10.0
|
7 |
python-dotenv>=1.0.0
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
librosa==0.10.2.post1
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi>=0.68.0
|
2 |
uvicorn>=0.15.0
|
3 |
codecarbon>=2.3.1
|
4 |
+
datasets=3.2.0
|
5 |
+
scikit-learn=1.6.1
|
6 |
pydantic>=1.10.0
|
7 |
python-dotenv>=1.0.0
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
librosa==0.10.2.post1
|
11 |
+
huggingface_hub
|
12 |
+
scipy=1.15.1
|
13 |
+
nltk=3.9.1
|
14 |
+
numpy=1.26.4
|
15 |
+
pandas=2.2.3
|
16 |
+
regex=2024.11.6
|
17 |
+
re2=2024.07.02
|
18 |
+
transformers=4.48.0
|
19 |
+
keras=3.8.0
|
20 |
+
keras-preprocessing=1.1.2
|
21 |
+
tokenizers=0.21.0
|
22 |
+
tf-keras=2.17.0
|
23 |
+
tensorflow-hub=0.12.0
|
24 |
+
tensorflow=2.17.0=cpu_py312hf9ba072_3
|
25 |
+
tensorflow-base=2.17.0=cpu_py312h92ba555_3
|
26 |
+
tensorflow-estimator=2.17.0=cpu_py312h2f5ff36_3
|
27 |
+
beautifulsoup4=4.12.3
|
28 |
+
bert-tensorflow=1.0.4
|