Artificial-superintelligence commited on
Commit
958ef44
·
verified ·
1 Parent(s): 177c7d5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
  streamlit
2
  moviepy
3
- git+https://github.com/openai/whisper.git # Install Whisper directly from GitHub
4
  translate
5
  gTTS
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)
 
1
  streamlit
2
  moviepy
3
+ git+https://github.com/openai/whisper.git
4
  translate
5
  gTTS
6
  ffmpeg-python
7
+ numpy
8
  indic-transliteration
9
  azure-cognitiveservices-speech
10
+ Pillow
11
+ imageio[ffmpeg]
12
+ imagemagick # Ensure ImageMagick is installed separately if needed