Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 586 Bytes

File metadata and controls

17 lines (12 loc) · 586 Bytes

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