abhi2400 commited on
Commit
2ac9631
1 Parent(s): b4faf4a

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -0
requirements.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # gradio for creating web interfaces
2
+ gradio
3
+
4
+ # yt-dlp for downloading videos and audio from YouTube
5
+ yt-dlp
6
+
7
+ # moviepy for handling video and audio files
8
+ moviepy
9
+
10
+ # SpeechRecognition for recognizing speech
11
+ SpeechRecognition
12
+
13
+ # deep-translator for translations
14
+ deep_translator
15
+
16
+ # fpdf for creating PDF files
17
+ fpdf
18
+
19
+ # python-docx for creating and manipulating DOCX files
20
+ python-docx
21
+