Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dog breeds image classifier

This project classifies images into two buckets: dog images and other images. It uses and compares the following models: vgg, resnet, alexnet.

Setup

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

Run

python check_images.py --dir pet_images --arch vgg --dogfile dognames.txt
./run_models_batch.sh
./run_models_batch_uploaded.sh

About

Python project classifies images into two buckets: dog images and other images. It uses and compares the following models: vgg, resnet, alexnet.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages