This project is a ReactAPP that allows you to upload an image to the page and will output what can be seen in the image. It uses mobilenet from TensorflowJS.
This project is inspired by the following video: https://www.youtube.com/watch?v=wzWcaLkCy1w&t=729s And the following article: https://codeburst.io/react-image-upload-with-kittens-cc96430eaece
App building process
- Import dependencies
- Create model and action states
- Create recognizer
- Upload images
- Display prediction to the screen