afouda commited on
Commit
8d82ea8
·
verified ·
1 Parent(s): 4fada6b

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -0
requirements.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Web Framework and Real-Time Communication
2
+ gradio
3
+ fastapi
4
+ uvicorn
5
+ websockets
6
+ fastrtc
7
+
8
+ # AI and Machine Learning
9
+ google-generativeai
10
+ openai
11
+ weaviate-client
12
+ numpy
13
+
14
+ # Audio Processing
15
+ webrtcvad
16
+ pydub
17
+ soundfile
18
+
19
+ # Utilities
20
+ python-dotenv
21
+ Pillow
22
+ pydantic