Skip to content

This repo is an app for object detection. It contains a react native app that uses any mobile phone camera to take photos every 1 second and sends this photo to the python backend that runs on it a trained tflite model that was initially a yolov8s model and then display the bounding boxes on screen.

Notifications You must be signed in to change notification settings

zizoisprogramming/MobileApp-PaperDetector

Repository files navigation

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

About

This repo is an app for object detection. It contains a react native app that uses any mobile phone camera to take photos every 1 second and sends this photo to the python backend that runs on it a trained tflite model that was initially a yolov8s model and then display the bounding boxes on screen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published