I want to develop an app that does the following:
- takes a photo
- searches the database for a similar photo
now the question .. how can I do the second step with flutter ??
so that means how can I compare of two photos, where the first photo is in the database and the second is just taken from the camera