overflowjs-com / image_object_detection_tensor_api

Node.js API for Image object detection using tensorflow.js

Home Page:https://overflowjs.com/posts/Image-Object-Detection-Using-TensorFlowjs.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Node.js API for Image object detection using tensorflow.js

https://overflowjs.com/posts/Image-Object-Detection-Using-TensorFlowjs.html

License:MIT License


Languages

Language:JavaScript 91.7%Language:Dockerfile 8.3%