I am developing Bacteria detector with React native and TensorflowJS , I need to develop custom model for object detection, is there good resource where I can learn how to develop custom model for object detection?
Check out @hugozanini awesome tutorial on this - how to create a custom version of Yolo v7 and run in browser:
You can also check out my course to learn all the basics if you are new to Web ML:
1 Like