32 lines
512 B
Plaintext
32 lines
512 B
Plaintext
# Core ML/CV libraries
|
|
ultralytics>=8.0.0
|
|
roboflow>=1.1.0
|
|
inference>=0.9.0
|
|
supervision>=0.16.0
|
|
opencv-python>=4.8.0
|
|
numpy>=1.24.0
|
|
|
|
# API framework
|
|
fastapi>=0.104.0
|
|
uvicorn>=0.24.0
|
|
python-multipart>=0.0.6
|
|
pydantic>=2.0.0
|
|
|
|
# Background tasks (using FastAPI BackgroundTasks instead of Celery for MVP)
|
|
# celery>=5.3.0
|
|
# redis>=5.0.0
|
|
|
|
# Dagster
|
|
dagster>=1.5.0
|
|
dagster-webserver>=1.5.0
|
|
|
|
# Roboflow Hosted Inference
|
|
inference-sdk>=0.9.0
|
|
|
|
# Visualization
|
|
matplotlib>=3.8.0
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|
|
tqdm>=4.66.0
|