rushio-consulting / flutter_camera_ml_vision

A flutter widget that show the camera stream and allow ML vision recognition on it, it allow you to detect barcodes, labels, text, faces...
MIT License
278 stars 107 forks source link

Detection on image #36

Open jaumard opened 5 years ago

jaumard commented 5 years ago

For now we have detection on camera stream, but sometime it's useful to have it on image from a file (image picker...).

To do that we can refactor the image analysis to put it on a separate class, use that class to do the detection on the camera stream, then it will allow anyone who want image recognition from a file to instantiate and use that same class

Bracciata commented 4 years ago

How did you get the image detection from stream setup? May I see your dart code for this. I am trying to set it up and trying to use a lot of methods and getters that are not defined. I am trying to set up the cloud image labeler.