Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +20 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
|
|
| 1 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
requests
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
ffmpeg-python
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# --- Core Frameworks ---
|
| 2 |
gradio
|
| 3 |
+
huggingface-hub
|
| 4 |
+
|
| 5 |
+
# --- Model Integration ---
|
| 6 |
+
groq
|
| 7 |
+
openai
|
| 8 |
+
transformers
|
| 9 |
+
sentence-transformers
|
| 10 |
+
|
| 11 |
+
# --- Utilities ---
|
| 12 |
requests
|
| 13 |
+
python-docx
|
| 14 |
+
pandas
|
| 15 |
+
numpy
|
| 16 |
+
|
| 17 |
+
# --- Audio / Video / File Handling ---
|
| 18 |
ffmpeg-python
|
| 19 |
+
pydub
|
| 20 |
+
|
| 21 |
+
# --- Optional (for PDF/embedding apps) ---
|
| 22 |
+
faiss-cpu
|
| 23 |
+
langchain
|