Aniket2012 commited on
Commit
c6de867
·
verified ·
1 Parent(s): 6217602

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -0
requirements.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ==============================================================================
2
+ # File: requirements.txt
3
+ # ==============================================================================
4
+ # Main application framework
5
+ gradio
6
+
7
+ # Google Cloud and Vertex AI
8
+ google-cloud-aiplatform
9
+
10
+ # High-performance computing for audio analysis
11
+ jax
12
+ jaxlib
13
+
14
+ # Audio and Video processing
15
+ librosa
16
+ moviepy
17
+ speechrecognition
18
+ openai-whisper
19
+
20
+ # For YouTube support
21
+ yt-dlp