Spaces:
Running
Running
First requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask
|
2 |
+
requests
|
3 |
+
gunicorn
|
4 |
+
google-generativeai
|
5 |
+
python-dotenv
|
6 |
+
openai-whisper
|
7 |
+
deepgram-sdk>=3.*,<4.0
|
8 |
+
youtube-transcript-api
|
9 |
+
pytesseract
|