Skip to content

An example Expo module how to run CoreML models in React Native

Notifications You must be signed in to change notification settings

hietalajulius/yolov8-classify-rn

Repository files navigation

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)

About

An example Expo module how to run CoreML models in React Native

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published