Skip to content

Identify dog breeds using Convolutional Neural Network.

Notifications You must be signed in to change notification settings

jonad/dog_detection_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Convolutional Neural Networks

Project: Write an Algorithm for a Dog Identification App

Install

This project requires Python 3.6 and the following Python libraries installed:

You will also need to have software installed to run and execute a Jupyter Notebook

Run

In a terminal or command window, navigate to the top-level project directory dogapp/ (that contains this README) and run one of the following commands:

ipython notebook dog_app.ipynb

or

jupyter notebook dog_app.ipynb

This will open the Jupyter Notebook software and project file in your browser.