The project intends to build a simple human detection app using Tensorflow.JS. It is a repost-and-upgrade version of my old one few years ago which was heavily inspired by ipenywis's react-object-detection.
This software uses Object Detection model coco-ssd from TensorFlow list of tfjs-models
.
Additionally, it also uses styled-component package in order to conveniently style components within the software.
Update: this repository now slightly supports TypeScript
For clone & deployment, simply get to a directory and type these commands into the terminal
$ git clone https://github.com/nhatnguyen9813/human-detection-app.git
$ cd tensorflow-human-detection
$ npm i
$ npm run dev