Spaces:
No application file
No application file
Create requirement.txt
Browse files- requirement.txt +23 -0
requirement.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
preprocessor
|
| 3 |
+
matplotlib
|
| 4 |
+
seaborn
|
| 5 |
+
urlextract
|
| 6 |
+
wordcloud
|
| 7 |
+
pandas
|
| 8 |
+
emoji
|
| 9 |
+
langdetect
|
| 10 |
+
tiktoken
|
| 11 |
+
googletrans
|
| 12 |
+
transformers==4.44.2
|
| 13 |
+
torch==2.4.0
|
| 14 |
+
sentencepiece==0.2.0
|
| 15 |
+
protobuf==5.28.0
|
| 16 |
+
scikit-learn
|
| 17 |
+
plotly
|
| 18 |
+
nltk
|
| 19 |
+
spacy==3.7.0
|
| 20 |
+
thinc>=8.1.8,<8.3.0
|
| 21 |
+
deep_translator
|
| 22 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0-py3-none-any.whl
|
| 23 |
+
https://github.com/explosion/spacy-models/releases/download/fr_core_news_sm-3.7.0/fr_core_news_sm-3.7.0-py3-none-any.whl
|