Giter VIP home page Giter VIP logo

tfodapp's Introduction

Tensorflow Object Detection React Application

This template app can be used for real time object detection by leveraging the Tensorflow Object Detection API, React and Tensorflow JS. In order to leverage this template, first walk through the Tensorflow Object Detection Course available on YouTube. Complete the Notebook up to Step 11. Conversion to TFJS.

Steps


Step 1. Clone this repository: https://github.com/nicknochnack/TFODApp

Step 2. Install Node https://nodejs.org/en/

Step 3. Install App Depdendencies
npm install


Step 4. Create a new free object storage repository on IBM Cloud Create Cloud Object Storage Bucket

Step 5. Create a new bucket and store model.json and .bin files into the bucket.



Step 6. Enable public access policy.



Step 7. Download and install the Cloud Object Store plugin.

Step 8. Login to the IBM Cloud CLI, target the right region and run the following command from inside of the TFODApp folder.
ibmcloud cos bucket-cors-put --bucket livelong --cors-configuration file://corsconfig.json


Step 9. Update the following line with the link to your model.json file inside of the cloud bucket.
const net = await tf.loadGraphModel('YOUR MODEL.json file here')
// e.g. const net = await tf.loadGraphModel('https://livelong.s3.au-syd.cloud-object-storage.appdomain.cloud/model.json')
This URI is available from your bucket. Select the model.json file then choose object details and the link will be made available.



Step 10. Update the labelmap inside of utilities.js with your labels.

Step 11. Start the app by running npm start.
npm start


tfodapp's People

Contributors

nicknochnack avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.