Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
pymupdf
|
3 |
+
torch==2.2.0
|
4 |
+
torchaudio==2.2.0
|
5 |
+
moviepy
|
6 |
+
pysrt
|
7 |
+
huggingface_hub
|
8 |
+
python-dotenv
|
9 |
+
streamlit==1.42.2
|
10 |
+
python-docx
|
11 |
+
google-generativeai
|
12 |
+
ffmpeg-python==0.2.0
|
13 |
+
soundfile
|
14 |
+
gtts
|
15 |
+
numpy==1.26.4
|
16 |
+
|
17 |
+
# Additional dependencies for stability
|
18 |
+
watchdog==3.0.0 # Prevents Streamlit's auto-reload issues
|
19 |
+
imageio==2.31.5
|
20 |
+
imageio-ffmpeg==0.5.1
|
21 |
+
pandas==2.2.3
|
22 |
+
scipy==1.12.0
|
23 |
+
protobuf==5.29.3
|
24 |
+
pydub==0.25.1
|