Skip to content

georgiosouzounis/dogs_and_cats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dogs_and_cats

subset of the Kaggle dogs vs cats data-set created for the purpose of the Crash Course in Deep Learning. To obtain the original data set please refer to Kaggle.com

get the dataset

To get the dataset open a terminal, go into the directory you wish to host the repo and type in

git clone https://github.com/georgiosouzounis/dogs_and_cats.git
cd dogs_and_cats
unzip train_dogs.zip
unzip train_cats.zip
unzip test.zip
unzip exercise.zip

structure your directory

Create a train/ directory and move the dog and cat training images in there:

mkdir train/
mkdir train/dogs/
mkdir train/cats/
mv train_dogs/* train/dogs/
mv train_cats/* train/cats/

remove temporary files

Clean-up some space by typing in:

rm *.zip
rm -r train_dogs/
rm -r train_cats/

Contact

Contact Georgios K. Ouzounis

About

subset of the Kaggle dogs vs cats dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published