Update requirements.txt
Browse files- 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 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|