DEPRESSION-DETECTION
Browse files
source_code/requirements.txt
CHANGED
|
@@ -1,23 +1,18 @@
|
|
| 1 |
-
blis==0.4.1
|
| 2 |
certifi==2021.10.8
|
| 3 |
charset-normalizer==2.0.7
|
| 4 |
click==8.0.3
|
| 5 |
cycler==0.11.0
|
| 6 |
-
cymem==2.0.6
|
| 7 |
fonttools==4.28.1
|
| 8 |
ftfy==6.0.3
|
| 9 |
idna==3.3
|
| 10 |
joblib==1.1.0
|
| 11 |
kiwisolver==1.3.2
|
| 12 |
matplotlib==3.5.0
|
| 13 |
-
murmurhash==1.0.6
|
| 14 |
nltk==3.6.5
|
| 15 |
numpy==1.21.4
|
| 16 |
packaging==21.2
|
| 17 |
pandas==1.3.4
|
| 18 |
Pillow==8.4.0
|
| 19 |
-
plac==0.9.6
|
| 20 |
-
preshed==3.0.6
|
| 21 |
pyparsing==2.4.7
|
| 22 |
python-dateutil==2.8.2
|
| 23 |
pytz==2021.3
|
|
@@ -29,13 +24,10 @@ seaborn==0.11.2
|
|
| 29 |
setuptools-scm==6.3.2
|
| 30 |
six==1.16.0
|
| 31 |
spacy==2.3.5
|
| 32 |
-
srsly==1.0.5
|
| 33 |
-
thinc==7.1.1
|
| 34 |
threadpoolctl==3.0.0
|
| 35 |
tomli==1.2.2
|
| 36 |
tqdm==4.62.3
|
| 37 |
urllib3==1.26.7
|
| 38 |
-
wasabi==0.8.2
|
| 39 |
wcwidth==0.2.5
|
| 40 |
wordcloud==1.8.1
|
| 41 |
Flask==1.1.2
|
|
|
|
|
|
|
| 1 |
certifi==2021.10.8
|
| 2 |
charset-normalizer==2.0.7
|
| 3 |
click==8.0.3
|
| 4 |
cycler==0.11.0
|
|
|
|
| 5 |
fonttools==4.28.1
|
| 6 |
ftfy==6.0.3
|
| 7 |
idna==3.3
|
| 8 |
joblib==1.1.0
|
| 9 |
kiwisolver==1.3.2
|
| 10 |
matplotlib==3.5.0
|
|
|
|
| 11 |
nltk==3.6.5
|
| 12 |
numpy==1.21.4
|
| 13 |
packaging==21.2
|
| 14 |
pandas==1.3.4
|
| 15 |
Pillow==8.4.0
|
|
|
|
|
|
|
| 16 |
pyparsing==2.4.7
|
| 17 |
python-dateutil==2.8.2
|
| 18 |
pytz==2021.3
|
|
|
|
| 24 |
setuptools-scm==6.3.2
|
| 25 |
six==1.16.0
|
| 26 |
spacy==2.3.5
|
|
|
|
|
|
|
| 27 |
threadpoolctl==3.0.0
|
| 28 |
tomli==1.2.2
|
| 29 |
tqdm==4.62.3
|
| 30 |
urllib3==1.26.7
|
|
|
|
| 31 |
wcwidth==0.2.5
|
| 32 |
wordcloud==1.8.1
|
| 33 |
Flask==1.1.2
|