greysou1 / dog-breed-classifier

Classifying dogs photos into breeds
0 stars 0 forks source link

Dog Breed Classifier

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.

Dataset

The dataset can be found here.

API

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.

API hosted at DigitalOcean

Website

Website can be found at classifythatdog.netlify.app

Developed by @bhanuprakashj
Repo:dog-breed-classifier-UI

API Server Accesslog Stats

Server Accesslog Stats GitHub