Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 475 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 475 Bytes

Dog-Breed

Output any dog's breed. The dataset has been taken from Kaggle, it has 120 different dog breeds.

Installation

Downloading the code files

  • Clone this repo to your computer.
  • Get into the folder using cd Dog-Breed.
  • Download the data files from Kaggle into this directory.

Install the requirements

  • pip install keras
  • pip install tensorflow
  • pip install pandas
  • pip install opencv-python

Usage

Run each cell in the VGG-19 Dog-Breed.ipynb file