This is a final project for Introduction to Machine Learning course.
Project uses python 3.8.9 version.
https://www.kaggle.com/jessicali9530/stanford-dogs-dataset
Please download the dataset from above link, and copy all contents
- from
images/Images
totraining_data/Images
- from
annotations/Annotation
totraining_data/Annotation
pip3 install --upgrade pip
python3 -m pip install -r requirements.txt
python3 main.py