Skip to content

overflowjs-com/image_object_detection_tensor_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Details

This is API project on overflowjs.com over object detection in image with tensorflow.js Got ahead install and run project Make sure you have latest node version tfjs-node do some issues while installing latest releases

Frontend part of code is - https://github.com/overflowjs-com/image_object_detction_react_ui

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

Install dependencies

npm install

Start development live-reload server

PORT=4000 npm run dev

Start production server:

PORT=4000 npm start