Artificial-superintelligence
commited on
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -6,4 +6,7 @@ gTTS
|
|
6 |
ffmpeg-python
|
7 |
numpy # Added to support chunking of audio
|
8 |
indic-transliteration
|
9 |
-
azure-cognitiveservices-speech
|
|
|
|
|
|
|
|
6 |
ffmpeg-python
|
7 |
numpy # Added to support chunking of audio
|
8 |
indic-transliteration
|
9 |
+
azure-cognitiveservices-speech
|
10 |
+
Pillow # Required by MoviePy for handling images
|
11 |
+
imageio[ffmpeg] # For handling video and audio files
|
12 |
+
imagemagick # Ensure ImageMagick is available for MoviePy (install separately if necessary)
|