Sample web app built using react & tensorflow to learn and detect the options that are captured using the three respective buttons where prediction & probability is displayed accordingly by continuously monitoring the webcam stream
Checkout the live demo
Clone the repository by executing in terminal as
git clone https://github.com/NileshSP/reactTfClassifier.git
or
npx degit https://github.com/NileshSP/reactTfClassifier.git
Start react client app as:
npm install
&& npm start