27 lines
429 B
Plaintext
27 lines
429 B
Plaintext
# Core Framework
|
|
streamlit>=1.28.0,<2.0.0
|
|
|
|
# Computer Vision
|
|
opencv-python>=4.8.0,<5.0.0
|
|
numpy>=1.24.0,<2.0.0
|
|
|
|
# Deep Learning Models
|
|
ultralytics>=8.0.0,<9.0.0
|
|
torch>=2.0.0,<3.0.0
|
|
torchvision>=0.15.0,<1.0.0
|
|
transformers>=4.30.0,<5.0.0
|
|
onnxruntime>=1.15.0,<2.0.0
|
|
|
|
# Face & Pose Analysis
|
|
mediapipe>=0.10.0,<1.0.0
|
|
|
|
# External APIs
|
|
roboflow>=1.1.0,<2.0.0
|
|
|
|
# Machine Learning
|
|
scikit-learn>=1.3.0,<2.0.0
|
|
|
|
# Utilities
|
|
pyyaml>=6.0,<7.0
|
|
|