abhi02072005 commited on
Commit
3f53916
·
1 Parent(s): 645e35c

req change

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -22
requirements.txt CHANGED
@@ -1,34 +1,33 @@
1
  # Core dependencies
2
- streamlit==1.31.1
3
- fastapi==0.109.0
4
- uvicorn[standard]==0.27.0
5
- python-multipart==0.0.9
6
 
7
  # Computer Vision & AI
8
- opencv-python-headless==4.9.0.80
9
- mediapipe==0.10.9
10
- ultralytics==8.1.0
11
- Pillow==10.2.0
12
 
13
  # Data Processing
14
- numpy==1.24.3
15
- pandas==2.2.0
16
- scipy==1.12.0
17
-
18
  # Audio Processing
19
- soundfile==0.12.1
20
- librosa==0.10.1
21
 
22
  # LangChain & AI
23
- langchain-core==0.3.0
24
- langchain==0.3.0
25
- pydantic==2.6.0
26
 
27
  # API & Utilities
28
- requests==2.31.0
29
- python-dotenv==1.0.1
30
- beautifulsoup4==4.12.3
31
- yt-dlp==2024.3.10
32
 
33
  # Google AI
34
- absl-py==2.1.0
 
1
  # Core dependencies
2
+ streamlit
3
+ fastapi
4
+ uvicorn[standard]
5
+ python-multipart
6
 
7
  # Computer Vision & AI
8
+ opencv-python-headless
9
+ mediapipe
10
+ ultralytics
11
+ Pillow
12
 
13
  # Data Processing
14
+ numpy
15
+ pandas
16
+ scipy
 
17
  # Audio Processing
18
+ soundfile
19
+ librosa
20
 
21
  # LangChain & AI
22
+ langchain-core
23
+ langchain
24
+ pydantic
25
 
26
  # API & Utilities
27
+ requests
28
+ python-dotenv
29
+ beautifulsoup4
30
+ yt-dlp
31
 
32
  # Google AI
33
+ absl-py