Spaces:
Sleeping
Sleeping
Ezi Ozoani
commited on
Commit
·
00dc925
1
Parent(s):
b69fb1e
requirements.txt
Browse files- requirements.txt +50 -0
requirements.txt
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
langdetect==1.0.9
|
| 3 |
+
|
| 4 |
+
nltk>=3.6.4
|
| 5 |
+
|
| 6 |
+
plotly==5.3.1
|
| 7 |
+
|
| 8 |
+
transformers>=4.8.2
|
| 9 |
+
|
| 10 |
+
torch>=1.11
|
| 11 |
+
|
| 12 |
+
tokenizers>=0.13.3
|
| 13 |
+
|
| 14 |
+
sentencepiece==0.1.96
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
iso_639==0.4.5
|
| 18 |
+
|
| 19 |
+
datasets==2.8.0
|
| 20 |
+
|
| 21 |
+
powerlaw==1.5
|
| 22 |
+
|
| 23 |
+
numpy>=1.17
|
| 24 |
+
|
| 25 |
+
pandas>=1.0.0
|
| 26 |
+
|
| 27 |
+
dataclasses==0.6
|
| 28 |
+
|
| 29 |
+
iso639==0.1.4
|
| 30 |
+
|
| 31 |
+
python_igraph
|
| 32 |
+
|
| 33 |
+
PyYAML>=5.4.1
|
| 34 |
+
|
| 35 |
+
seaborn==0.11.2
|
| 36 |
+
|
| 37 |
+
streamlit-aggrid
|
| 38 |
+
|
| 39 |
+
numexpr
|
| 40 |
+
|
| 41 |
+
scikit-learn>=0.24.2
|
| 42 |
+
tqdm~=4.62.3
|
| 43 |
+
|
| 44 |
+
pyarrow
|
| 45 |
+
altair<5
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
scipy
|
| 49 |
+
|
| 50 |
+
streamlit==1.24.1
|