-
Export YOLOv8 model to TFJS format. Read more on the official documentation
-
Copy
yolov8*_web_model
to./public
-
Update
modelName
inApp.jsx
to new model name... // model configs const modelName = "yolov8*"; // change to new model name ...
-
Done!
Note: Custom Trained YOLOv8 Models
Update src/utils/labels.json
with new classes.