madoss commited on
Commit
3aa558d
·
1 Parent(s): 9093c16

update requirements

Browse files
Files changed (2) hide show
  1. app.py +0 -2
  2. requirements.txt +8 -191
app.py CHANGED
@@ -1,10 +1,8 @@
1
  import streamlit as st
2
  import pandas as pd
3
  import matplotlib.pyplot as plt
4
- import seaborn as sns
5
  from bertopic import BERTopic
6
  from wordcloud import WordCloud
7
- import nltk
8
  import plotly.express as px
9
  import plotly.graph_objects as go
10
  import json
 
1
  import streamlit as st
2
  import pandas as pd
3
  import matplotlib.pyplot as plt
 
4
  from bertopic import BERTopic
5
  from wordcloud import WordCloud
 
6
  import plotly.express as px
7
  import plotly.graph_objects as go
8
  import json
requirements.txt CHANGED
@@ -1,197 +1,14 @@
1
- aiohttp==3.8.1
2
- aiosignal==1.2.0
3
- altair==4.2.0
4
- anyio==3.5.0
5
- argon2-cffi==21.3.0
6
- argon2-cffi-bindings==21.2.0
7
- asttokens==2.0.5
8
- async-timeout==4.0.2
9
- attrs==21.4.0
10
- Babel==2.9.1
11
- backcall==0.2.0
12
  bertopic==0.15.0
13
- black==22.1.0
14
- bleach==4.1.0
15
- blinker==1.5
16
- blis==0.7.6
17
- bpemb==0.3.3
18
- cachetools==5.2.0
19
- catalogue==2.0.7
20
- certifi==2021.10.8
21
- cffi==1.15.0
22
- charset-normalizer==2.0.11
23
- click==8.0.3
24
- cloudpickle==2.1.0
25
- colorama==0.4.4
26
- commonmark==0.9.1
27
- conllu==4.5.1
28
- cycler==0.11.0
29
- cymem==2.0.6
30
- Cython==0.29.23
31
  datasets==2.2.2
32
- debugpy==1.5.1
33
- decorator==5.1.1
34
- defusedxml==0.7.1
35
- Deprecated==1.2.13
36
- dill==0.3.4
37
- docopt==0.6.2
38
- entrypoints==0.4
39
- executing==0.8.2
40
- fastjsonschema==2.16.1
41
- filelock==3.6.0
42
- flair==0.11.3
43
- fonttools==4.29.1
44
- fr-core-news-sm @ https://github.com/explosion/spacy-models/releases/download/fr_core_news_sm-3.2.0/fr_core_news_sm-3.2.0-py3-none-any.whl
45
- frozenlist==1.3.0
46
  fsspec==2022.5.0
47
- ftfy==6.1.1
48
- funcy==1.17
49
- future==0.18.2
50
- gdown==4.4.0
51
- gitdb==4.0.9
52
- GitPython==3.1.27
53
  hdbscan==0.8.30
54
- huggingface-hub==0.4.0
55
- hyperopt==0.2.7
56
- idna==3.3
57
- importlib-metadata==3.10.1
58
- ipykernel==6.9.0
59
- ipython==8.0.1
60
- ipython-genutils==0.2.0
61
- ipywidgets==7.7.0
62
- Janome==0.4.2
63
- jedi==0.18.1
64
- Jinja2==3.0.3
65
- joblib==1.1.0
66
- Js2Py==0.71
67
- json5==0.9.6
68
- jsonschema==4.4.0
69
- kiwisolver==1.3.2
70
- konoha==4.6.5
71
- langcodes==3.3.0
72
- langdetect==1.0.9
73
- llvmlite==0.38.1
74
- lxml==4.8.0
75
- MarkupSafe==2.0.1
76
- matplotlib==3.5.1
77
- matplotlib-inline==0.1.3
78
- mistune==0.8.4
79
- more-itertools==8.13.0
80
- mpld3==0.3
81
- multidict==6.0.2
82
- multiprocess==0.70.12.2
83
- murmurhash==1.0.6
84
- mypy-extensions==0.4.3
85
- nest-asyncio==1.5.4
86
- networkx==2.8.4
87
- nltk==3.7
88
- numba==0.55.2
89
- numexpr==2.8.1
90
- numpy==1.22.4
91
- overrides==3.1.0
92
- packaging==21.3
93
- pandas==1.4.0
94
- pandoc==2.0.1
95
- pandocfilters==1.5.0
96
- parso==0.8.3
97
- pathspec==0.9.0
98
- pathy==0.6.1
99
- pickleshare==0.7.5
100
- Pillow==9.0.1
101
- pipwin==0.5.2
102
- platformdirs==2.4.1
103
- plotly==5.9.0
104
- plumbum==1.7.2
105
- ply==3.11
106
- pptree==3.1
107
- preshed==3.0.6
108
- prometheus-client==0.13.1
109
- prompt-toolkit==3.0.27
110
- protobuf==3.20.1
111
- pure-eval==0.2.2
112
- py4j==0.10.9.5
113
- pyarrow==8.0.0
114
- pycparser==2.21
115
- pydantic==1.8.2
116
- pydeck==0.7.1
117
- Pygments==2.11.2
118
- pyjsparser==2.7.1
119
- pylibscrypt==2.0.0
120
- pymongo==4.0.2
121
- Pympler==1.0.1
122
- pynndescent==0.5.7
123
- pyparsing==3.0.7
124
- PyPrind==2.11.3
125
- pyrsistent==0.18.1
126
- pySmartDL==1.3.4
127
- PySocks==1.7.1
128
- python-dateutil==2.8.2
129
- pytz==2021.3
130
- pytz-deprecation-shim==0.1.0.post0
131
- PyYAML==5.4.1
132
- pyzmq==22.3.0
133
- redis==4.3.4
134
- regex==2022.3.15
135
- requests==2.27.1
136
- responses==0.18.0
137
- rich==12.5.1
138
- sacremoses==0.0.49
139
- scikit-learn==1.0.2
140
- scipy==1.8.0
141
- scrypt==0.8.20
142
- seaborn==0.11.2
143
- segtok==1.5.11
144
- semver==2.13.0
145
- Send2Trash==1.8.0
146
  sentence-transformers==2.2.2
147
- sentencepiece==0.1.95
148
- seqeval==1.2.2
149
- six==1.16.0
150
- sklearn==0.0
151
- smart-open==5.2.1
152
- smmap==5.0.0
153
- sniffio==1.2.0
154
- soupsieve==2.3.1
155
- spacy==3.2.3
156
- spacy-legacy==3.0.9
157
- spacy-loggers==1.0.1
158
- spotipy==2.20.0
159
- sqlitedict==2.0.0
160
- stack-data==0.1.4
161
- tabulate==0.8.10
162
- tenacity==8.0.1
163
- terminado==0.13.1
164
- testpath==0.5.0
165
- thinc==8.0.15
166
- threadpoolctl==3.1.0
167
- tinycss2==1.1.1
168
- tokenizers==0.12.0
169
- toml==0.10.2
170
- tomli==2.0.1
171
- toolz==0.12.0
172
- torch==1.11.0
173
- torchtext==0.12.0
174
- torchvision==0.12.0
175
- tornado==6.1
176
- tqdm==4.63.0
177
- traitlets==5.1.1
178
- transformers==4.17.0
179
- typer==0.4.0
180
- typing_extensions==4.0.1
181
- tzdata==2022.1
182
- tzlocal==4.2
183
  umap-learn==0.5.3
184
- urllib3==1.26.8
185
- validators==0.20.0
186
- voluptuous==0.13.1
187
- wasabi==0.9.0
188
- watchdog==2.1.9
189
- wcwidth==0.2.5
190
- webencodings==0.5.1
191
- websocket-client==1.2.3
192
- widgetsnbextension==3.6.0
193
- wordcloud==1.8.2.2
194
- wrapt==1.14.1
195
- xxhash==3.0.0
196
- yarl==1.7.2
197
- zipp==3.8.1
 
 
 
 
 
 
 
 
 
 
 
 
1
  bertopic==0.15.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  datasets==2.2.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  fsspec==2022.5.0
 
 
 
 
 
 
4
  hdbscan==0.8.30
5
+ matplotlib==3.7.1
6
+ numpy==1.24.3
7
+ pandas==2.0.1
8
+ plotly==5.15
9
+ pyarrow==11.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  sentence-transformers==2.2.2
11
+ sentencepiece==0.1.98
12
+ transformers==4.29.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  umap-learn==0.5.3
14
+ wordcloud==1.9.2.