Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -17
requirements.txt
CHANGED
|
@@ -1,20 +1,7 @@
|
|
| 1 |
-
# requirements.txt
|
| 2 |
-
|
| 3 |
-
# Core
|
| 4 |
streamlit
|
| 5 |
-
numpy
|
| 6 |
-
pandas
|
| 7 |
-
|
| 8 |
-
# Visualization
|
| 9 |
-
matplotlib
|
| 10 |
-
seaborn
|
| 11 |
-
wordcloud
|
| 12 |
-
|
| 13 |
-
# NLP & Text Processing
|
| 14 |
-
nltk
|
| 15 |
transformers
|
| 16 |
torch
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
transformers
|
| 3 |
torch
|
| 4 |
+
wordcloud
|
| 5 |
+
matplotlib
|
| 6 |
+
pandas
|
| 7 |
+
openpyxl
|