Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
langchain
|
| 3 |
+
langchain-community
|
| 4 |
+
langchain-groq
|
| 5 |
+
faiss-cpu
|
| 6 |
+
sentence-transformers
|
| 7 |
+
gtts
|
| 8 |
+
textblob
|
| 9 |
+
python-dotenv
|
| 10 |
+
pydub
|
| 11 |
+
altair
|
| 12 |
+
speechrecognition
|
| 13 |
+
transformers
|
| 14 |
+
torchaudio
|
| 15 |
+
torch
|
| 16 |
+
numpy
|
| 17 |
+
huggingface-hub
|
| 18 |
+
accelerate
|