Ander1 commited on
Commit
24ddc97
·
verified ·
1 Parent(s): bf1a837

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ elevenlabs>=1.0.0
3
+ openai>=1.0.0
4
+ streamlit>=1.24.0
5
+ gradio>=4.19.2
6
+ python-dotenv>=1.0.0
7
+ requests>=2.31.0
8
+
9
+ # Audio processing
10
+ pydub>=0.25.1
11
+ ffmpeg-python>=0.2.0
12
+ openai-whisper>=20231117
13
+
14
+ # Networking and utilities
15
+ urllib3>=2.0.0
16
+ typing-extensions>=4.7.0