nishchandel commited on
Commit
7f1cd15
·
1 Parent(s): f111e23

updated requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -20
requirements.txt CHANGED
@@ -1,35 +1,37 @@
1
  # FastAPI and Server
2
- fastapi==0.109.0
3
- uvicorn[standard]==0.27.0
4
- python-multipart==0.0.6
5
- pydantic==2.5.3
 
6
 
7
  # Core ML Framework
8
- torch==2.3.1
9
- torchvision==0.18.1
10
- torchaudio==2.3.1
11
- transformers==4.36.2
12
 
13
  # Computer Vision
14
- opencv-python-headless==4.9.0.80 # Changed: headless for Docker
15
- Pillow==10.2.0
16
 
17
  # Audio Processing
18
- librosa==0.10.1
19
  soundfile==0.12.1
20
  ffmpeg-python==0.2.0
21
- audioread==3.0.1 # Added: required for librosa
22
 
23
  # LLM Integration
24
- langchain==0.1.0
25
- langchain-google-genai==0.0.6
26
- google-generativeai==0.3.2
 
27
 
28
  # Data Processing
29
- numpy==1.24.3 # Compatible with librosa
30
- pandas==2.0.3
31
- scipy==1.11.4
32
 
33
  # Utilities
34
- requests==2.31.0
35
- python-dotenv==1.0.0
 
1
  # FastAPI and Server
2
+ fastapi==0.115.5
3
+ uvicorn[standard]==0.32.0
4
+ python-multipart==0.0.12
5
+ pydantic==2.10.2
6
+ pydantic-settings==2.6.1
7
 
8
  # Core ML Framework
9
+ torch==2.5.1
10
+ torchvision==0.20.1
11
+ torchaudio==2.5.1
12
+ transformers==4.46.3
13
 
14
  # Computer Vision
15
+ opencv-python-headless==4.10.0.84
16
+ Pillow==11.0.0
17
 
18
  # Audio Processing
19
+ librosa==0.10.2.post1
20
  soundfile==0.12.1
21
  ffmpeg-python==0.2.0
22
+ audioread==3.0.1
23
 
24
  # LLM Integration
25
+ langchain==0.3.7
26
+ langchain-core==0.3.15
27
+ langchain-google-genai==2.0.5
28
+ google-generativeai==0.8.3
29
 
30
  # Data Processing
31
+ numpy==1.26.4
32
+ pandas==2.2.3
33
+ scipy==1.14.1
34
 
35
  # Utilities
36
+ requests==2.32.3
37
+ python-dotenv==1.0.1