Multi-Object-Detection-SIFT.../enviroment.yml
2026-04-23 10:56:22 +01:00

12 lines
170 B
YAML

name: multi-object-detection-sift
channels:
- conda-forge
dependencies:
- python=3.10
- numpy
- opencv
- pip
- pip:
- fastapi
- uvicorn[standard]