Skip to content

TrellixVulnTeam/dog-breed-model_LJVJ

 
 

Repository files navigation

Dog Breed Model

A CNN for predicting dog breeds from images.

This repository follows a post on my blog.

Getting Started

First clone the repository:

$ git clone https://github.com/douglasdaly/dog-breed-model.git

Then create the virtual environment for the project (including creating a new IPyKernel):

$ make setup

Get the data:

$ make data

Then you're good to go! Have a look at the Jupyter notebooks in the notebooks/ directory.

About

A CNN to predict a dog's breed from images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.9%
  • Other 1.1%