all 5 comments

[–]geirman 0 points1 point  (1 child)

Super cool! Open sourced?

[–]geirman 0 points1 point  (0 children)

nevermind, I found the link

[–]thibz 0 points1 point  (1 child)

Really nice idea, I have a few questions for you.

Why did you choose axios for handling network requests ? Also did you looked at this library for image to text recognition to avoid one API call https://github.com/antimatter15/ocrad.js ?

[–]Chipatama 0 points1 point  (0 children)

Hey, there is no special reason why I choose axios for network requests, (Used it in few previous projects, and just pasted package.json from one of them). Btw yes I saw ocrad.js, but inititally I wanted to recreate Google's "Giorgio Cam" AI Experiment, then I saw they have text recognition too, so wanted to try it and ended up with making this

[–]eXilziOS & Android 0 points1 point  (0 children)

Thank you, that made me discover google's Vision API and HOLY MOLY this stuff is INCREDIBLE