To get up and running with this web-app, run the following commands, make sure you have Node.js installed. This runs the app in development mode:
git clone https://github.com/mansijain014/live-object-detection-app.git # or clone your own fork
cd live-object-detection-app
npm install
npm start