Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.2 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.2 KB

React Native CoreML Image Classification App with Expo and YOLOv8

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.

Prerequisities

Make sure you have Node.js installed on your system

Installation

  1. Clone the repository with git clone [email protected]:hietalajulius/yolov8-classify-rn.git && cd yolov8-classify-rn
  2. Install dependencies with npm install
  3. In a new terminal window, run npm run build
  4. In another terminal window, run npm run build plugin

Running

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)