Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +37 -37
requirements.txt
CHANGED
|
@@ -1,37 +1,37 @@
|
|
| 1 |
-
# Core web framework
|
| 2 |
-
Flask==3.0.0
|
| 3 |
-
flask-cors==4.0.0
|
| 4 |
-
|
| 5 |
-
# NLP Core Libraries
|
| 6 |
-
transformers==4.36.2
|
| 7 |
-
torch==2.1.2
|
| 8 |
-
tokenizers==0.15.0
|
| 9 |
-
sentence-transformers==2.2.2
|
| 10 |
-
nltk==3.8.1
|
| 11 |
-
spacy==3.7.2
|
| 12 |
-
|
| 13 |
-
# Data Science Libraries
|
| 14 |
-
numpy==1.24.3
|
| 15 |
-
pandas==2.0.3
|
| 16 |
-
scikit-learn==1.3.2
|
| 17 |
-
scipy==1.11.4
|
| 18 |
-
|
| 19 |
-
# Text Processing
|
| 20 |
-
textblob==0.17.1
|
| 21 |
-
langdetect==1.0.9
|
| 22 |
-
|
| 23 |
-
# Visualization (
|
| 24 |
-
matplotlib==3.7.5
|
| 25 |
-
plotly==5.17.0
|
| 26 |
-
seaborn==0.13.0
|
| 27 |
-
networkx==3.
|
| 28 |
-
matplotlib-venn==0.11.
|
| 29 |
-
|
| 30 |
-
# Utilities
|
| 31 |
-
requests==2.31.0
|
| 32 |
-
Pillow==10.1.0
|
| 33 |
-
faiss-cpu==1.7.4
|
| 34 |
-
wordcloud==1.9.3
|
| 35 |
-
|
| 36 |
-
# Memory optimization
|
| 37 |
-
psutil==5.9.6
|
|
|
|
| 1 |
+
# Core web framework
|
| 2 |
+
Flask==3.0.0
|
| 3 |
+
flask-cors==4.0.0
|
| 4 |
+
|
| 5 |
+
# NLP Core Libraries
|
| 6 |
+
transformers==4.36.2
|
| 7 |
+
torch==2.1.2
|
| 8 |
+
tokenizers==0.15.0
|
| 9 |
+
sentence-transformers==2.2.2
|
| 10 |
+
nltk==3.8.1
|
| 11 |
+
spacy==3.7.2
|
| 12 |
+
|
| 13 |
+
# Data Science Libraries
|
| 14 |
+
numpy==1.24.3
|
| 15 |
+
pandas==2.0.3
|
| 16 |
+
scikit-learn==1.3.2
|
| 17 |
+
scipy==1.11.4
|
| 18 |
+
|
| 19 |
+
# Text Processing
|
| 20 |
+
textblob==0.17.1
|
| 21 |
+
langdetect==1.0.9
|
| 22 |
+
|
| 23 |
+
# Visualization (Python 3.11 compatible versions)
|
| 24 |
+
matplotlib==3.7.5
|
| 25 |
+
plotly==5.17.0
|
| 26 |
+
seaborn==0.13.0
|
| 27 |
+
networkx==3.2.1
|
| 28 |
+
matplotlib-venn==0.11.10
|
| 29 |
+
|
| 30 |
+
# Utilities
|
| 31 |
+
requests==2.31.0
|
| 32 |
+
Pillow==10.1.0
|
| 33 |
+
faiss-cpu==1.7.4
|
| 34 |
+
wordcloud==1.9.3
|
| 35 |
+
|
| 36 |
+
# Memory optimization
|
| 37 |
+
psutil==5.9.6
|