Princeaka commited on
Commit
1689753
·
verified ·
1 Parent(s): 79f4568

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 (VERSION-LOCKED) =====
8
- torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
9
- transformers==4.28.1
10
- diffusers==0.18.2
11
- huggingface-hub==0.13.4
12
- accelerate==0.18.0
13
 
14
  # ===== AUDIO PROCESSING =====
15
  soundfile==0.12.1
16
- librosa==0.10.0
17
- gTTS==2.3.2
18
  SpeechRecognition==3.10.0
19
  pydub==0.25.1
20
 
21
  # ===== IMAGE/VIDEO =====
22
- Pillow==10.0.0
23
- imageio[ffmpeg]==2.31.1
24
- imageio-ffmpeg==0.4.8
25
  moviepy==1.0.3
26
- opencv-python-headless==4.7.0.72
27
 
28
  # ===== UTILITIES =====
29
  langdetect==1.0.9
30
- pymupdf==1.22.5
31
- numpy==1.24.3
32
- tqdm==4.65.0
33
  requests==2.31.0
34
 
35
- # ===== OPTIONAL (REMOVE IF NOT NEEDED) =====
36
- # pyttsx3==2.90 (alternative TTS)
37
- # scipy==1.10.1 (for advanced audio)
 
 
 
 
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)