mimansha98 / Dog-Breed-Classifier

Using basic CNN architecture to explore different breeds of dogs via image recognition and classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dog-Breed-Classifier

Using basic CNN architecture to explore different breeds of dogs via image recognition and classification

Given an image of a dog, your algorithm will identify an estimate of the canine’s breed. If supplied an image of a human face, the code will identify the resembling dog breed.

Along with exploring state-of-the-art CNN models for classification, you will make important design decisions about the user experience for your app. By completing this lab, you demonstrate your understanding of the challenges involved in piecing together a series of models designed to perform various tasks in a data processing pipeline.

About

Using basic CNN architecture to explore different breeds of dogs via image recognition and classification

License:MIT License


Languages

Language:HTML 53.6%Language:Jupyter Notebook 46.4%