This app was a part of a robotics project where I take images from a mobile phone hanged on a robot, send this images to flask backend where I perform the image prediction using YOLOv8 model and return the bounding boxes coordinates. It communicates by blue tooth to the esp-32 module and give commands for the robot to take actions and move. This was a part of university project for a cleaning robot.
The front end is written in react-native where you run it using
npx expo start
scan the qr code and press start to take images.
to run the backend
python detect-paper.py
There are no models linked
There are no models linked