Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,4 +6,5 @@ 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 |
+
speech_recognition
|