This project is part of my AWS AI/ML Scholarship at Udacity in the AI Programming with Python nanodegree. I use a provided image classifier to identify dog breeds, focusing on Python tools for preprocessing, classifier use, and evaluation. The goal is to determine the best algorithm for classifying images as "dogs" or "not dogs," identify breeds, and analyze accuracy versus runtime.
- Intro to Python Project - Classifying Pet Images: Determine which CNN architecture model works best at classifying images of dogs and their breeds.
Each directory has a requirements.txt
describing the minimal dependencies required to run the notebooks in that directory.
To install these dependencies with pip, you can issue pip3 install -r requirements.txt
.
This project cites @Udacity as the source of the foundational code.