Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.99.1
|
2 |
+
uvicorn
|
3 |
+
requests
|
4 |
+
huggingface_hub
|
5 |
+
codecarbon
|
6 |
+
scipy==1.11.4
|
7 |
+
datasets
|
8 |
+
scikit-learn
|
9 |
+
nltk
|
10 |
+
numpy
|
11 |
+
pandas
|
12 |
+
transformers
|
13 |
+
keras-preprocessing
|
14 |
+
seaborn
|
15 |
+
tensorflow
|
16 |
+
torch
|
17 |
+
|
18 |
+
|