This is a simple flutter application targetting Android OS, developed for a friend of mine covering his requirements.
The main purpose of this application was to share Cake recipes and users can upload an image of the cake they prepared by following the recipes given through the app. By comparing the uploaded image with the image given in the database, the user will be given a badge after calculating the score.
Please note that this was done within 48 hrs and that the codebase is not optimized for the best performance.
Display all the items in the database.
Show information of each item separately on separate pages.
Take picture or upload image from the gallery.
Show badge depending on the score given from the backend after comparing the images.
REST API communication through HTTP requests
Dart (Flutter)
Firestore, Firebase Storage (Update the google-services.json file in 'android/app/'
Python for image comparision
! Python image comparision codebase is not included in this repo.