Demosthene-OR
commited on
Commit
•
a78220a
1
Parent(s):
ba80c6c
Add
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ streamlit==1.26.0
|
|
2 |
pandas
|
3 |
matplotlib==3.8.2
|
4 |
ipython==8.21.0
|
5 |
-
numpy
|
6 |
seaborn==0.13.2
|
7 |
nltk==3.8.1
|
8 |
scikit-learn==1.1.3
|
@@ -13,7 +13,7 @@ pyspellchecker==0.8.1
|
|
13 |
spacy==3.6.0
|
14 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.6.0/en_core_web_sm-3.6.0.tar.gz
|
15 |
https://github.com/explosion/spacy-models/releases/download/fr_core_news_sm-3.6.0/fr_core_news_sm-3.6.0.tar.gz
|
16 |
-
pillow
|
17 |
wordcloud==1.9.3
|
18 |
pathlib==1.0.1
|
19 |
networkx==2.7.0
|
@@ -22,15 +22,15 @@ keras-nlp==0.6.1
|
|
22 |
keras==2.12.0
|
23 |
tensorflow==2.12.0
|
24 |
sentencepiece==0.1.99
|
25 |
-
openai-whisper
|
26 |
sounddevice==0.4.6
|
27 |
torch==2.2.0
|
28 |
xformers==0.0.24
|
29 |
translate==3.6.1
|
30 |
speechrecognition==3.10.1
|
31 |
audio_recorder_streamlit==0.0.8
|
32 |
-
wave
|
33 |
-
whisper
|
34 |
wavio==0.0.8
|
35 |
filesplit==4.0.1
|
36 |
regex==2023.12.25
|
@@ -42,4 +42,4 @@ streamlit-option-menu==0.3.12
|
|
42 |
plotly==5.18.0
|
43 |
bokeh==3.3.4
|
44 |
shap==0.44.1
|
45 |
-
deep-translator==1.11.4
|
|
|
2 |
pandas
|
3 |
matplotlib==3.8.2
|
4 |
ipython==8.21.0
|
5 |
+
numpy==1.23.5
|
6 |
seaborn==0.13.2
|
7 |
nltk==3.8.1
|
8 |
scikit-learn==1.1.3
|
|
|
13 |
spacy==3.6.0
|
14 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.6.0/en_core_web_sm-3.6.0.tar.gz
|
15 |
https://github.com/explosion/spacy-models/releases/download/fr_core_news_sm-3.6.0/fr_core_news_sm-3.6.0.tar.gz
|
16 |
+
pillow==9.5.0
|
17 |
wordcloud==1.9.3
|
18 |
pathlib==1.0.1
|
19 |
networkx==2.7.0
|
|
|
22 |
keras==2.12.0
|
23 |
tensorflow==2.12.0
|
24 |
sentencepiece==0.1.99
|
25 |
+
openai-whisper==2023.11.17
|
26 |
sounddevice==0.4.6
|
27 |
torch==2.2.0
|
28 |
xformers==0.0.24
|
29 |
translate==3.6.1
|
30 |
speechrecognition==3.10.1
|
31 |
audio_recorder_streamlit==0.0.8
|
32 |
+
wave==0.0.2
|
33 |
+
whisper==1.1.10
|
34 |
wavio==0.0.8
|
35 |
filesplit==4.0.1
|
36 |
regex==2023.12.25
|
|
|
42 |
plotly==5.18.0
|
43 |
bokeh==3.3.4
|
44 |
shap==0.44.1
|
45 |
+
deep-translator==1.11.4
|