We'll work on a simple Deep Learning Dog vs. Cat classifiser.
Create a data/ folder. The dogs-vs-cats dataset can be downloaded here (you have to log in to your Kaggle account to be able to download it)
Extract the file to data/ folder.
Rename the new extracted folder to dogcat/
mv dogs-vs-cats dogcat
cd dogcat/Unzip train dataset
unzip train.zipRe-organize the dataset into the following structure:
dogcat/
|---train/
|---dog/
|---cat/
|---val/
|---dog/
|---cat/with command:
python utils.py