Skip to content

overflowjs-com/image_object_detction_react_ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React.js UI code for finding object in an image using tensorflow.js. This is the 4th part of Image processing series on https://overflowjs.com/

The backend code is written in node.js using express framework and tensorflow.js. Checkout this repo - https://github.com/overflowjs-com/image_object_detection_tensor_api

Do read the blog to know more - https://overflowjs.com/posts/Image-Object-Detection-Using-TensorFlowjs.html

Available Scripts In the project directory, you can run:

npm install
npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.