This includes how to train labelled images from ROBOFLOW Platform, evaluate the results and export to onnx or tensorflowjs
cd object-classifier-tngAssuming using Python3.8 and above. This is setup with Python 3.10.9
python3 -m venv object-classifier-envsource object-classifier-env/bin/activatepip 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 .