Spaces:
Build error
Build error
Commit ·
b2f6a2e
1
Parent(s): 6c12b28
Upload requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers
|
| 2 |
+
pytest
|
| 3 |
+
wheel
|
| 4 |
+
setuptools
|
| 5 |
+
backports.zoneinfo
|
| 6 |
+
pandas
|
| 7 |
+
scikit-learn
|
| 8 |
+
seaborn
|
| 9 |
+
fastai
|
| 10 |
+
nltk
|
| 11 |
+
spacy
|
| 12 |
+
gensim
|
| 13 |
+
plotly
|
| 14 |
+
notebook
|
| 15 |
+
jupyter
|
| 16 |
+
ipywidgets
|
| 17 |
+
gradio
|
| 18 |
+
torch
|
| 19 |
+
numpy
|