Demosthene-OR
commited on
Commit
•
7adca4e
1
Parent(s):
759d8d4
Add
Browse files- config.py +2 -2
- requirements.save +0 -48
config.py
CHANGED
@@ -13,12 +13,12 @@ TEAM_MEMBERS = [
|
|
13 |
Member(
|
14 |
name="Keyne Dupont ",
|
15 |
linkedin_url="https://www.linkedin.com/in/keyne-dupont/",
|
16 |
-
github_url=
|
17 |
),
|
18 |
Member(
|
19 |
name="Tia Ratsimbason",
|
20 |
linkedin_url="https://www.linkedin.com/in/tia-ratsimbason-42110887/",
|
21 |
-
github_url=
|
22 |
),
|
23 |
Member(
|
24 |
name="Olivier Renouard",
|
|
|
13 |
Member(
|
14 |
name="Keyne Dupont ",
|
15 |
linkedin_url="https://www.linkedin.com/in/keyne-dupont/",
|
16 |
+
github_url=None,
|
17 |
),
|
18 |
Member(
|
19 |
name="Tia Ratsimbason",
|
20 |
linkedin_url="https://www.linkedin.com/in/tia-ratsimbason-42110887/",
|
21 |
+
github_url=None,
|
22 |
),
|
23 |
Member(
|
24 |
name="Olivier Renouard",
|
requirements.save
DELETED
@@ -1,48 +0,0 @@
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|