Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
transformers
|
| 3 |
+
torch
|
| 4 |
+
nltk
|
| 5 |
+
spacy
|
| 6 |
+
textblob
|
| 7 |
+
pydub
|
| 8 |
+
speechrecognition
|
| 9 |
+
googletrans==4.0.0rc1
|
| 10 |
+
reportlab
|
| 11 |
+
streamlit_chat
|
| 12 |
+
streamlit_mic_recorder
|
| 13 |
+
openai-whisper
|