Fahadeidalharbi / Algorithm-for-a-Dog-Identification-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dog Breed Classifier

Dog Breed Classifier Project from Udacity Data Scientist Nanodegree

Summary and Motivation

This project provides an algorithm to identify an estimate of the canine’s breed. If supplied an image of a human, the code will identify the resembling dog breed. The code is written in Python using CNN models for classification. The Repo contains the Jupyter Notebook and corresponding HTML file.

Files Included

  • Dog_app.html
  • Dog_app.ipynb

Instructions

Please use the instructions in the weblink below to run the Jupyter notebook: http://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/execute.html

General Notes

The model takes lot of time to run on laptops, suggest to run the same on AWS.

Acknowledgements

This project was completed as a part of the Udacity Data Scientist Nanodegree (Term 2), and the dataset was provided by ...

About


Languages

Language:HTML 73.7%Language:Jupyter Notebook 26.3%