This project involves combinging a flutter app and a flask website hosted on docker. This works by running the flutter app locally and the flask on a cloud based service. In this project we will be using Googles cloud based service.
Working:
- Run the flutter app in Visual Studio
- select the image we want to classify
- the image is sent to the flask where classification happens and the result is sent back to flutter
- The output is shown in the flutter app
GCP : https://cat-dog-classifier-using-flask-xisi3zlsna-el.a.run.app/upload
h5 model link: https://huggingface.co/spaces/Sa-m/Dogs-vs-Cats/blob/main/best_model.h5
docker image link: https://hub.docker.com/r/sajeev0706/flask_docker