Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +27 -0
requirements.txt
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip
|
2 |
+
scikit-learn
|
3 |
+
gensim
|
4 |
+
matplotlib
|
5 |
+
nltk
|
6 |
+
numpy
|
7 |
+
pandas
|
8 |
+
pickleshare
|
9 |
+
plotly-express
|
10 |
+
plotly
|
11 |
+
pyldavis
|
12 |
+
regex
|
13 |
+
seaborn
|
14 |
+
setuptools
|
15 |
+
streamlit
|
16 |
+
streamlit-agraph
|
17 |
+
umap-learn
|
18 |
+
wordcloud
|
19 |
+
mlxtend
|
20 |
+
bertopic
|
21 |
+
ipywidgets==7.6.6
|
22 |
+
bitermplus
|
23 |
+
tmplot
|
24 |
+
tomotopy
|
25 |
+
pipeline
|
26 |
+
spacy==3.5.0
|
27 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl
|