Object Detection on React Native

I’m trying to run an object detection model that I’ve trained myself using React Native, and it has to be real time. Is there any guide for this situation? Or how can I do this?

Hi @fatihatac ,

I am not sure about the React Native but here is the full guide where you can do custom object detection in the browser using TensorFlow.js.This guide will help you to Preparing the data, Training the model, Choosing the model, Configure training, Validate the model, Exporting the model, Deploying the model, Configuring the application, finally you can Run locally.Please let me know if it is helps you.
Thanks

1 Like

Thanks this can be very helpful. But I still need React Native.