Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 984 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 984 Bytes

Cat-vs-Dog-Classifier

Create an algorithm to distinguish dogs from cats

Problem description

In this problem we will write an algorithm to classify whether images contain either a dog or a cat. This is easy for humans. We will in this project make our computers able to do this kind of classification.

Cat and Dog

Problem description

Model Architecture

Getting Started

Installation

  • Clone this repo:
git clone https://github.com/Kabongosalomon/Cat-vs-Dog-Classifier.git 
cd Cat-vs-Dog-Classifier
  • Download our preprocessed data from here.

Run the main file

python main.py