Commit
·
51e38c7
1
Parent(s):
b2e87a8
Add
Browse files- requirements.save +48 -0
- requirements.txt +30 -33
requirements.save
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.26.0
|
| 2 |
+
pandas
|
| 3 |
+
matplotlib
|
| 4 |
+
ipython
|
| 5 |
+
numpy
|
| 6 |
+
seaborn
|
| 7 |
+
nltk
|
| 8 |
+
scikit-learn==1.1.3
|
| 9 |
+
scikit-learn-extra
|
| 10 |
+
gensim
|
| 11 |
+
sacrebleu
|
| 12 |
+
pyspellchecker
|
| 13 |
+
spacy
|
| 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
|
| 18 |
+
pillow
|
| 19 |
+
streamlit
|
| 20 |
+
pathlib
|
| 21 |
+
gensim
|
| 22 |
+
networkx==2.7.0
|
| 23 |
+
transformers
|
| 24 |
+
keras-nlp==0.6.1
|
| 25 |
+
keras==2.12.0
|
| 26 |
+
tensorflow==2.12.0
|
| 27 |
+
sentencepiece
|
| 28 |
+
openai-whisper
|
| 29 |
+
sounddevice==0.4.6
|
| 30 |
+
torch
|
| 31 |
+
xformers
|
| 32 |
+
translate
|
| 33 |
+
speechrecognition
|
| 34 |
+
audio_recorder_streamlit
|
| 35 |
+
wave
|
| 36 |
+
whisper
|
| 37 |
+
wavio
|
| 38 |
+
filesplit
|
| 39 |
+
regex
|
| 40 |
+
pydot
|
| 41 |
+
graphviz
|
| 42 |
+
gTTS
|
| 43 |
+
https://files.pythonhosted.org/packages/cc/58/96aff0e5cb8b59c06232ea7e249ed902d04ec89f52636f5be06ceb0855fe/extra_streamlit_components-0.1.60-py3-none-any.whl
|
| 44 |
+
streamlit-option-menu
|
| 45 |
+
plotly
|
| 46 |
+
bokeh
|
| 47 |
+
shap
|
| 48 |
+
deep-translator
|
requirements.txt
CHANGED
|
@@ -1,48 +1,45 @@
|
|
| 1 |
streamlit==1.26.0
|
| 2 |
pandas
|
| 3 |
-
matplotlib
|
| 4 |
-
ipython
|
| 5 |
numpy
|
| 6 |
-
seaborn
|
| 7 |
-
nltk
|
| 8 |
scikit-learn==1.1.3
|
| 9 |
-
scikit-learn-extra
|
| 10 |
-
gensim
|
| 11 |
-
sacrebleu
|
| 12 |
-
pyspellchecker
|
| 13 |
-
spacy
|
| 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
|
| 18 |
-
|
| 19 |
-
streamlit
|
| 20 |
-
pathlib
|
| 21 |
-
gensim
|
| 22 |
networkx==2.7.0
|
| 23 |
-
transformers
|
| 24 |
keras-nlp==0.6.1
|
| 25 |
keras==2.12.0
|
| 26 |
tensorflow==2.12.0
|
| 27 |
-
sentencepiece
|
| 28 |
openai-whisper
|
| 29 |
sounddevice==0.4.6
|
| 30 |
-
torch
|
| 31 |
-
xformers
|
| 32 |
-
translate
|
| 33 |
-
speechrecognition
|
| 34 |
-
audio_recorder_streamlit
|
| 35 |
wave
|
| 36 |
whisper
|
| 37 |
-
wavio
|
| 38 |
-
filesplit
|
| 39 |
-
regex
|
| 40 |
-
pydot
|
| 41 |
-
graphviz
|
| 42 |
-
gTTS
|
| 43 |
https://files.pythonhosted.org/packages/cc/58/96aff0e5cb8b59c06232ea7e249ed902d04ec89f52636f5be06ceb0855fe/extra_streamlit_components-0.1.60-py3-none-any.whl
|
| 44 |
-
streamlit-option-menu
|
| 45 |
-
plotly
|
| 46 |
-
bokeh
|
| 47 |
-
shap
|
| 48 |
-
deep-translator
|
|
|
|
| 1 |
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
|
| 9 |
+
scikit-learn-extra==0.3.0
|
| 10 |
+
gensim==4.3.2
|
| 11 |
+
sacrebleu==2.4.0
|
| 12 |
+
pyspellchecker==0.8.1
|
| 13 |
+
spacy==3.2.7
|
| 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==10.2.0
|
| 17 |
+
wordcloud==1.9.3
|
| 18 |
+
pathlib==1.0.1
|
|
|
|
|
|
|
|
|
|
| 19 |
networkx==2.7.0
|
| 20 |
+
transformers==4.37.2
|
| 21 |
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
|
| 37 |
+
pydot==2.0.0
|
| 38 |
+
graphviz==0.20.1
|
| 39 |
+
gTTS==2.5.1
|
| 40 |
https://files.pythonhosted.org/packages/cc/58/96aff0e5cb8b59c06232ea7e249ed902d04ec89f52636f5be06ceb0855fe/extra_streamlit_components-0.1.60-py3-none-any.whl
|
| 41 |
+
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
|