Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 858 Bytes

README.md

File metadata and controls

41 lines (20 loc) · 858 Bytes

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.