Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 569 Bytes

File metadata and controls

18 lines (11 loc) · 569 Bytes

Reactify TensorFlow.js Real-Time Object Detection

This is a simple sample to play with TensorFlow.js and trying to real-time object detection with this machine learning platform.

Open in Visual Studio Code

Build & Run

For this practice, I used Create React App for simplicity.

To run the application in dev mode

yarn install
yarn start

PS: YARN or NPM working simpler, it matter of your personal choice.