DanishICUP commited on
Commit
b95f423
·
verified ·
1 Parent(s): a44aa60

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core packages
2
+ gradio==5.12.0
3
+ gradio-client==1.5.4
4
+ groq==0.15.0
5
+ requests
6
+ pillow
7
+
8
+ # Audio / Speech
9
+ gtts
10
+ pydub
11
+ speechrecognition
12
+
13
+ # Utils
14
+ python-dotenv
15
+
16
+ # Optional (safe to include if your code imports them)
17
+ fastapi
18
+ elevenlabs