Skip to content

🔬 Project associated with AI Programming with Python Nanodegree Program

License

Notifications You must be signed in to change notification settings

vrbarros/udacity-image-classification-dog-breed-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Classification Dog Breed

This project was created by Udacity for AI Programming with Python Nanodegree program.

How to Start

  • Create a local virtual env with virtualenv venv
  • Activate the local virtual env source venv/bin/activate. If you need to deactivate just command deactivate
  • Install dependencies pip install -r requirements.txt
  • Move to application folder folder cd intropyproject-classify-pet-images
  • Run the application with only one CNN architecture model python check_images.py --dir pet_images/ --arch vgg --dogfile dognames.txt
  • Run the application for folder pet_images with all 3 CNN architecture model and print results sh run_models_batch.sh
  • Run the application for folder uploaded_images with all 3 CNN architecture model and print results sh run_models_batch_uploaded.sh

AIPND-revision

This repository contains REVISED code and associated files for the AI Programming with Python Nanodegree program. This repository consists of a number of tutorial notebooks for various coding exercises and programming labs that will be used to supplement the lessons of the course.

Table Of Contents

Tutorial Notebooks

  • No revisions

Programming Project

NumPy and Pandas Mini-Projects

  • No revisions

Matplotlib

  • No revisions

Quiz Notes

  • Notes: This directory contains more information about certain quizzes that are testing more challenging concepts. Additionally, one will find the Frequently Asked Questions for the Intro to Python Project. Click on the filename to view the contents of the notes on a quiz or the Intro to Python Project.

Dependencies

Each directory has a requirements.txt describing the minimal dependencies required to run the notebooks in that directory.

pip

To install these dependencies with pip, you can issue pip3 install -r requirements.txt.

About

🔬 Project associated with AI Programming with Python Nanodegree Program

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.5%
  • Batchfile 3.4%
  • Shell 3.1%