Princeaka commited on
Commit
c79454d
·
verified ·
1 Parent(s): f47a030

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -8
requirements.txt CHANGED
@@ -1,13 +1,25 @@
 
1
  fastapi==0.103.1
2
  uvicorn==0.23.2
3
- moviepy==1.0.3
4
- imageio[ffmpeg]==2.31.1
5
- torch==2.0.1+cpu
 
6
  transformers==4.30.0
 
 
 
7
  soundfile==0.12.1
8
- python-multipart==0.0.6
9
- python-dotenv==1.0.0
10
- gTTS==2.3.2
11
- pymupdf==1.22.5
12
  librosa==0.10.0
13
- langdetect==1.0.9
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core API
2
  fastapi==0.103.1
3
  uvicorn==0.23.2
4
+ python-multipart==0.0.6
5
+
6
+ # AI/ML
7
+ torch==2.0.1 --extra-index-url https://download.pytorch.org/whl/cpu
8
  transformers==4.30.0
9
+ diffusers==0.24.0
10
+
11
+ # Audio Processing
12
  soundfile==0.12.1
 
 
 
 
13
  librosa==0.10.0
14
+ gTTS==2.3.2
15
+ speechrecognition==3.10.0
16
+
17
+ # Image/Video
18
+ Pillow==10.0.0
19
+ imageio[ffmpeg]==2.31.1
20
+ moviepy==1.0.3
21
+
22
+ # Utilities
23
+ langdetect==1.0.9
24
+ python-dotenv==1.0.0
25
+ pymupdf==1.22.5