This model uses ResNet50 as a pretrained model to classify dog images into their breeds.
The model can now classify dog images for 120 different breeds.
The dataset can be found here.
Send a post request to 143.110.177.46:8000 (domain: dbc.my.to, port: 8000).
curl -i -X POST -H "Content-Type: multipart/form-data" -F "image=@path_to_the_image_file" http://dbc.my.to:8000/api
or look at test.py for python example.
Website can be found at classifythatdog.netlify.app
Developed by @bhanuprakashj
Repo:dog-breed-classifier-UI