🎥 Add Video AI: requirements.txt
Browse files- requirements.txt +2 -23
requirements.txt
CHANGED
|
@@ -1,25 +1,4 @@
|
|
| 1 |
-
# Ekalavya Mythos - Requirements
|
| 2 |
-
# Multi-Modal AI with Deep Reasoning
|
| 3 |
|
| 4 |
-
#
|
| 5 |
-
|
| 6 |
numpy>=1.24.0
|
| 7 |
-
|
| 8 |
-
# API Server
|
| 9 |
-
fastapi>=0.100.0
|
| 10 |
-
uvicorn>=0.23.0
|
| 11 |
-
pydantic>=2.0.0
|
| 12 |
-
python-multipart>=0.0.6
|
| 13 |
-
|
| 14 |
-
# Multi-Modal Processing
|
| 15 |
-
pillow>=9.0.0 # Image processing
|
| 16 |
-
opencv-python>=4.7.0 # Video processing
|
| 17 |
-
torchaudio>=2.0.0 # Audio processing
|
| 18 |
-
torchvision>=0.15.0 # Vision models
|
| 19 |
-
|
| 20 |
-
# HuggingFace Integration
|
| 21 |
-
huggingface-hub>=0.16.0
|
| 22 |
-
|
| 23 |
-
# Utilities
|
| 24 |
-
tqdm>=4.65.0
|
| 25 |
-
requests>=2.28.0
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
+
# 🎥 Video Processing
|
| 3 |
+
opencv-python>=4.8.0
|
| 4 |
numpy>=1.24.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|