Spaces:
Running
Running
Commit
·
7f1cd15
1
Parent(s):
f111e23
updated requirements.txt
Browse files- requirements.txt +22 -20
requirements.txt
CHANGED
|
@@ -1,35 +1,37 @@
|
|
| 1 |
# FastAPI and Server
|
| 2 |
-
fastapi==0.
|
| 3 |
-
uvicorn[standard]==0.
|
| 4 |
-
python-multipart==0.0.
|
| 5 |
-
pydantic==2.
|
|
|
|
| 6 |
|
| 7 |
# Core ML Framework
|
| 8 |
-
torch==2.
|
| 9 |
-
torchvision==0.
|
| 10 |
-
torchaudio==2.
|
| 11 |
-
transformers==4.
|
| 12 |
|
| 13 |
# Computer Vision
|
| 14 |
-
opencv-python-headless==4.
|
| 15 |
-
Pillow==
|
| 16 |
|
| 17 |
# Audio Processing
|
| 18 |
-
librosa==0.10.
|
| 19 |
soundfile==0.12.1
|
| 20 |
ffmpeg-python==0.2.0
|
| 21 |
-
audioread==3.0.1
|
| 22 |
|
| 23 |
# LLM Integration
|
| 24 |
-
langchain==0.
|
| 25 |
-
langchain-
|
| 26 |
-
google-
|
|
|
|
| 27 |
|
| 28 |
# Data Processing
|
| 29 |
-
numpy==1.
|
| 30 |
-
pandas==2.
|
| 31 |
-
scipy==1.
|
| 32 |
|
| 33 |
# Utilities
|
| 34 |
-
requests==2.
|
| 35 |
-
python-dotenv==1.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
|