Spaces:
Build error
Build error
Commit
·
64a1ca0
1
Parent(s):
3c3199f
:rocket: add app and reqs
Browse files- app.py +0 -0
- requirements.txt +21 -0
app.py
ADDED
|
File without changes
|
requirements.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langdetect==1.0.9
|
| 2 |
+
nltk==3.6.2
|
| 3 |
+
plotly==5.3.1
|
| 4 |
+
transformers>=4.8.2
|
| 5 |
+
torch==1.9.0
|
| 6 |
+
tokenizers==0.10.3
|
| 7 |
+
sentencepiece==0.1.96
|
| 8 |
+
streamlit==0.88.0
|
| 9 |
+
iso_639==0.4.5
|
| 10 |
+
datasets==1.15.1
|
| 11 |
+
powerlaw==1.5
|
| 12 |
+
numpy==1.19.5
|
| 13 |
+
pandas==1.3.0
|
| 14 |
+
dataclasses==0.6
|
| 15 |
+
iso639==0.1.4
|
| 16 |
+
python_igraph==0.9.6
|
| 17 |
+
PyYAML==5.4.1
|
| 18 |
+
scikit_learn==0.24.2
|
| 19 |
+
seaborn==0.11.2
|
| 20 |
+
streamlit-aggrid
|
| 21 |
+
numexpr==2.7.3
|