Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.18.1
|
| 2 |
+
gradio==3.31.1
|
| 3 |
+
speechrecognition==3.8.1
|
| 4 |
+
PyMuPDF==1.20.0
|
| 5 |
+
transformers==4.32.0
|
| 6 |
+
torch==2.0.1
|
| 7 |
+
faiss-cpu==1.7.3
|
| 8 |
+
numpy==1.25.2
|
| 9 |
+
gtts==2.3.0
|
| 10 |
+
pydub==0.25.1
|
| 11 |
+
groq==0.1.0
|
| 12 |
+
python-dotenv==1.0.0
|