YOLO-Coffee-Object-Detection/enviroment.yml

19 lines
264 B
YAML
Raw Normal View History

name: yolo-coffee-object-detection
channels:
- conda-forge
dependencies:
- python=3.10
- ultralytics
- albumentations
- opencv
- tqdm
- pyyaml
2026-04-27 11:32:17 +02:00
- simsimd
2026-04-27 14:33:20 +02:00
- torch
- torchvision
- numpy
- pip
- pip:
- fastapi
- uvicorn[standard]