Skip to content

A playground for integrating TensorFlow Lite (TFLite) with React Native (android).

Notifications You must be signed in to change notification settings

srikiranvelpuri/react-native-tflite-playground

Repository files navigation

⚛️React Native TFLite Playground

Welcome to the React Native TFLite Playground!

Overview

This project is a playground for integrating TensorFlow Lite (TFLite) with React Native. It allows developers to experiment with running pre-trained machine learning models on mobile devices using React Native.

Features

  • TFLite Integration: To help understand how to integrate TensorFlow Lite into your React Native android app.
  • Model Playground: Experiment with different TFLite models and see their impact in real-time.
  • User-friendly Interface: Intuitive UI for a seamless experience.
  • **Relatively latest React Native version used (v0.71.8).

TFLite Models Integration Status :

Preview

Getting Started

Prerequisites

  • Previous experience with writing Native Modules recommended.

Installation

  1. Clone the repository:
    git clone https://github.com/srikiranvelpuri/react-native-tflite-playground.git
  2. Install node modules:
    npm install
  3. Run the app in dev mode:
    npx react-native run-android