Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
python-dotenv
|
| 4 |
+
gradio
|
| 5 |
+
PyPDF2
|
| 6 |
+
python-docx
|
| 7 |
+
numpy
|
| 8 |
+
faiss-cpu
|
| 9 |
+
sentence-transformers
|
| 10 |
+
transformers
|
| 11 |
+
whisper
|
| 12 |
+
gTTS
|
| 13 |
+
pydub
|
| 14 |
+
fastrtc
|