aeroplan-detection / Makefile
shrijayan's picture
Upload 30 files
98a0f0b
raw
history blame contribute delete
120 Bytes
provision:
conda create --name aero-detection python=3.10 -y
build:
pip install ultralytics
run:
python main.py