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