YOLO-Coffee-Object-Detection/enviroment.yml

19 lines
329 B
YAML

name: yolo-coffee-object-detection
channels:
- conda-forge
dependencies:
- python=3.10
- ultralytics
- albumentations
- opencv
- tqdm
- pyyaml
#- torch
#- numpy
#- opencv-contrib-python
#- scikit-learn # @Todo: Remove it later if we don't need it.
- pip
- pip:
- fastapi
- uvicorn[standard]