Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
crewai
|
| 3 |
+
langchain-community
|
| 4 |
+
requests
|
| 5 |
+
speechrecognition
|
| 6 |
+
pydub
|
| 7 |
+
faiss-cpu
|
| 8 |
+
torch
|
| 9 |
+
#torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|