Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +21 -18
requirements.txt
CHANGED
@@ -4,34 +4,37 @@ uvicorn==0.23.2
|
|
4 |
python-multipart==0.0.6
|
5 |
python-dotenv==1.0.0
|
6 |
|
7 |
-
# ===== AI/ML (
|
8 |
-
torch==1.
|
9 |
-
transformers==4.
|
10 |
-
diffusers==0.
|
11 |
-
huggingface-hub==0.
|
12 |
-
accelerate==0.
|
13 |
|
14 |
# ===== AUDIO PROCESSING =====
|
15 |
soundfile==0.12.1
|
16 |
-
librosa==0.10.
|
17 |
-
gTTS==2.
|
18 |
SpeechRecognition==3.10.0
|
19 |
pydub==0.25.1
|
20 |
|
21 |
# ===== IMAGE/VIDEO =====
|
22 |
-
Pillow==10.
|
23 |
-
imageio[ffmpeg]==2.
|
24 |
-
imageio-ffmpeg==0.4.
|
25 |
moviepy==1.0.3
|
26 |
-
opencv-python-headless==4.
|
27 |
|
28 |
# ===== UTILITIES =====
|
29 |
langdetect==1.0.9
|
30 |
-
pymupdf==1.
|
31 |
-
numpy==1.
|
32 |
-
tqdm==4.
|
33 |
requests==2.31.0
|
34 |
|
35 |
-
# =====
|
36 |
-
|
37 |
-
|
|
|
|
|
|
|
|
4 |
python-multipart==0.0.6
|
5 |
python-dotenv==1.0.0
|
6 |
|
7 |
+
# ===== AI/ML (COMPATIBLE VERSIONS) =====
|
8 |
+
torch==2.1.2 --extra-index-url https://download.pytorch.org/whl/cpu
|
9 |
+
transformers==4.37.2
|
10 |
+
diffusers==0.26.3
|
11 |
+
huggingface-hub==0.20.3
|
12 |
+
accelerate==0.27.2
|
13 |
|
14 |
# ===== AUDIO PROCESSING =====
|
15 |
soundfile==0.12.1
|
16 |
+
librosa==0.10.1
|
17 |
+
gTTS==2.4.0
|
18 |
SpeechRecognition==3.10.0
|
19 |
pydub==0.25.1
|
20 |
|
21 |
# ===== IMAGE/VIDEO =====
|
22 |
+
Pillow==10.1.0
|
23 |
+
imageio[ffmpeg]==2.33.0
|
24 |
+
imageio-ffmpeg==0.4.9
|
25 |
moviepy==1.0.3
|
26 |
+
opencv-python-headless==4.8.1.78
|
27 |
|
28 |
# ===== UTILITIES =====
|
29 |
langdetect==1.0.9
|
30 |
+
pymupdf==1.23.6
|
31 |
+
numpy==1.26.3
|
32 |
+
tqdm==4.66.1
|
33 |
requests==2.31.0
|
34 |
|
35 |
+
# ===== GRADIO INTERFACE =====
|
36 |
+
gradio==4.12.0
|
37 |
+
|
38 |
+
# ===== OPTIONAL =====
|
39 |
+
# python-docx==1.1.0 (for DOCX support)
|
40 |
+
# scipy==1.11.4 (for advanced audio features)
|