Spaces:
Build error
Build error
Upload requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
emoji==2.2.0
|
2 |
+
gTTS==2.3.1
|
3 |
+
ipywidgets==7.4.2
|
4 |
+
jupyter==1.0.0
|
5 |
+
matplotlib==3.5.3
|
6 |
+
mtranslate==1.8
|
7 |
+
nltk==3.8.1
|
8 |
+
numpy==1.21.6
|
9 |
+
openpyxl==3.0.0
|
10 |
+
pandas==1.3.5
|
11 |
+
Pillow==9.4.0
|
12 |
+
Pygments==2.14.0
|
13 |
+
scipy==1.7.3
|
14 |
+
seaborn==0.12.2
|
15 |
+
streamlit==1.18.1
|
16 |
+
textblob==0.17.1
|
17 |
+
torch==1.13.1
|
18 |
+
tqdm==4.64.1
|
19 |
+
transformers==4.26.1
|
20 |
+
urlextract==1.8.0
|
21 |
+
wordcloud==1.8.2.2
|