Skip to content

Using Transfer Learning and TensorFlow 2 to Classify Different Dog Breeds

Notifications You must be signed in to change notification settings

infoslack/dog-classify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Transfer Learning and TensorFlow 2.0 to Classify Different Dog Breeds

To do this, we'll be using data from the Kaggle dog breed. It consists of a collection of 10,000+ labelled images of 120 different dog breeds.

This kind of problem is called multi-class image classification. It's multi-class because we're trying to classify mutliple different breeds of dog.

You can create a pip virtual environment and install the requirements:

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

About

Using Transfer Learning and TensorFlow 2 to Classify Different Dog Breeds

Topics

Resources

Stars

Watchers

Forks