Add a requirements file
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastai
|
2 |
+
gensim
|
3 |
+
gradio
|
4 |
+
ipywidgets
|
5 |
+
jupyter
|
6 |
+
nltk
|
7 |
+
notebook
|
8 |
+
pandas
|
9 |
+
plotly
|
10 |
+
pytest
|
11 |
+
scikit-learn
|
12 |
+
seaborn
|
13 |
+
setuptools
|
14 |
+
simpletransformers
|
15 |
+
spacy
|
16 |
+
transformers
|
17 |
+
wheel
|