Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -21
requirements.txt
CHANGED
|
@@ -1,23 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
numpy
|
| 3 |
pandas
|
|
|
|
| 4 |
matplotlib
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
keras
|
| 10 |
-
scikit-learn
|
| 11 |
-
|
| 12 |
-
# Natural Language Processing
|
| 13 |
-
transformers # from Hugging Face
|
| 14 |
-
tokenizers # often used alongside transformers
|
| 15 |
-
|
| 16 |
-
# Web App
|
| 17 |
-
streamlit
|
| 18 |
-
|
| 19 |
-
# Miscellaneous
|
| 20 |
-
requests
|
| 21 |
-
|
| 22 |
-
# Depending on your specific needs or the deployment platform, you might also need:
|
| 23 |
-
gunicorn # WSGI HTTP Server for UNIX, often used for deploying Flask and Streamlit apps on platforms like Heroku
|
|
|
|
| 1 |
+
streamlit
|
|
|
|
| 2 |
pandas
|
| 3 |
+
numpy
|
| 4 |
matplotlib
|
| 5 |
+
wordcloud
|
| 6 |
+
transformers
|
| 7 |
+
tokenizers
|
| 8 |
+
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|