The Dog breed classifier project is part of the AI Programming with Python
Nanodegree program.
Your city is hosting a citywide dog show and you have volunteered to help the organizing committee with contestant registration. Every participant that registers must submit an image of their dog along with biographical information about their dog. The registration system tags the images based upon the biographical information.
Some people are planning on registering pets that aren’t actual dogs.
You need to use an already developed Python classifier to make sure the participants are dogs.
To install these dependencies with pip, you can issue pip3 install -r requirements.txt
.