Turbiling commited on
Commit
0b733ce
·
verified ·
1 Parent(s): 19b8b76

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -2
requirements.txt CHANGED
@@ -1,5 +1,23 @@
 
1
  gradio
 
 
 
 
 
 
 
 
 
2
  requests
3
- yt-dlp
 
 
 
 
4
  ffmpeg-python
5
- python-dotenv
 
 
 
 
 
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