rakeshbhatt10 / reactjs_tensorflow_object_detect_api

Reacjs backend for demo implementation of tensorflow model based object detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Details

This is api project part of tutorial on overflow.js over image detection with tensor flow Got ahead install and run project Make sure you have latest node version tfjs-node do some issues while installing latest releases

Install dependencies

npm install

Start development live-reload server

PORT=4000 npm run dev

Start production server:

PORT=4000 npm start

About

Reacjs backend for demo implementation of tensorflow model based object detection

License:MIT License


Languages

Language:JavaScript 91.7%Language:Dockerfile 8.3%