This repository showcases how to build an Expo module for image classification using YOLOv8 including a simple app to showcase its functionality. This module can be integrated into any Expo or React Native app, making it easy for developers with React and JavaScript experience to add AI capabilities to their projects. You can find the blog post about the project here.
Make sure you have Node.js installed on your system
- Clone the repository with
git clone [email protected]:hietalajulius/yolov8-classify-rn.git && cd yolov8-classify-rn
- Install dependencies with
npm install
- In a new terminal window, run
npm run build
- In another terminal window, run
npm run build plugin
To run the example app, run cd example && npx expo run:ios --device
(you need to connect your iPhone via USB to be able to select it)