ruslanmv commited on
Commit
1de3394
·
verified ·
1 Parent(s): 67250a9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -24
requirements.txt CHANGED
@@ -1,26 +1,8 @@
1
- # Project Dependencies
2
-
3
- # Core package management
4
  pip==22.2.2
5
-
6
- # Web Application Framework
7
  gradio==3.0.24
8
-
9
- # Translation Library
10
- googletrans==4.0.2
11
-
12
- # Video Editing
13
- moviepy==1.0.3
14
-
15
- # Speech Recognition
16
- SpeechRecognition==3.10.1
17
-
18
- # Text-to-Speech
19
- gTTS==2.5.2
20
-
21
- # YouTube Transcript API
22
- youtube_transcript_api==0.6.2
23
-
24
- # YouTube Download
25
- pytube==15.0.0
26
-
 
 
 
 
1
  pip==22.2.2
 
 
2
  gradio==3.0.24
3
+ googletrans==4.0.0rc1
4
+ moviepy
5
+ SpeechRecognition
6
+ gTTS
7
+ youtube_transcript_api
8
+ pytube