Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 533 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 533 Bytes

Paper detector mobile app

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.

Frontend

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.

Backend

to run the backend

python detect-paper.py