READIT reads given page's image and put it in a text to be read.
- Read the image
- Make use of the image reading data into DOM
- Save the data for repeated use
- using clarifai API
- using React
- using React state
READIT is an MVP for image recognition in action.
Fork the repo, run the shell script given in terminal to fire up the app.
Customer: A develper who wants barebone image recognition framework
Quote: I wanted to try the image recognition, and this repo lets me do that!
-
Get clarifai token
-
Use it as your token on httpHelper file
"npm install" and run the app to see what it does!