This includes how to train labelled images from ROBOFLOW Platform, evaluate the results and export to onnx or tensorflowjs
cd object-classifier-tng
Assuming using Python3.8 and above. This is setup with Python 3.10.9
python3 -m venv object-classifier-env
source object-classifier-env/bin/activate
pip install -r requirements-dev.txt
pip install -r requirements.txt
cd notebook-yolov5 && jupyter lab
cd notebook-yolov5 && code .
cd notebook-yolov8 && jupyter lab
cd notebook-yolov8 && code .