Android App with PyTorch Mobile object detection API
Budget: ₹1,500 – ₹12,500 INR
I need a simple android app integrated with my two object detection models based on YOLOv7 using Pytorch Mobile API-
https://pytorch.org/mobile/android/
In this app, As soon as a user clicks or uploads a photo of a specific object, my first model will be invoked that will produce a region of interest on that image. That region of interest you need to crop and pass to the second model that will give the extracted digits/alphabets. This you need to show as the final output with some cleaning along with the region of interest picture.
Please note this android app will use Pytorch Mobile API for android, not the TensorFlow API and both my models must be integrated within the app because they will work as offline.
A code example of the official doc for object detection can be seen here-
https://github.com/pytorch/android-demo-app/tree/master/ObjectDetection
https://pytorch.org/mobile/android/
In this app, As soon as a user clicks or uploads a photo of a specific object, my first model will be invoked that will produce a region of interest on that image. That region of interest you need to crop and pass to the second model that will give the extracted digits/alphabets. This you need to show as the final output with some cleaning along with the region of interest picture.
Please note this android app will use Pytorch Mobile API for android, not the TensorFlow API and both my models must be integrated within the app because they will work as offline.
A code example of the official doc for object detection can be seen here-
https://github.com/pytorch/android-demo-app/tree/master/ObjectDetection