initial commic
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
-
flask
|
| 2 |
requests
|
| 3 |
gtts
|
|
|
|
| 4 |
google-generativeai
|
| 5 |
-
|
|
|
|
| 6 |
python-dotenv
|
|
|
|
|
|
| 1 |
+
flask
|
| 2 |
requests
|
| 3 |
gtts
|
| 4 |
+
google-genai
|
| 5 |
google-generativeai
|
| 6 |
+
SpeechRecognition
|
| 7 |
+
pydub
|
| 8 |
python-dotenv
|
| 9 |
+
langdetect
|