Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
beautifulsoup4==4.12.3
|
| 2 |
+
textblob==0.17.1
|
| 3 |
+
pandas==1.5.3
|
| 4 |
+
numpy==1.23.5
|
| 5 |
+
scikit-learn==1.2.2
|
| 6 |
+
tensorflow==2.15.0
|
| 7 |
+
keras==2.15.0
|
| 8 |
+
nltk==3.8.1
|
| 9 |
+
datasets==2.16.1
|