Hi there, I have been taking a look at the API and specially some applications (like face-api
).
It is very interesting. I am trying now to detect barcodes from images, I know this will be a bit difficult and this are the steps I have in mind:
- Find some trained network for detecting them, or train one but not in the browser
- Adapt it to use in the browser and NodeJS
I am a bit clueless though. I have searched for less complex alternatives like Quagg2 but it seems to be quite complex and it may be better time-investment to do TS.
I have checked some of the simplest TFJS examples as well
Some pointers just to start doing something, or discussing about it would be appreciated.