Clone this repo.
$ git clone https://github.com/ysm0622/dog_breed_classifier.git
Download dog image dataset.
$ cd dog_breed_classifier
$ sh data/download_data.sh
Install dependencies.
Install Pipenv first, if you didn't installed it.
$ brew install pipenv
$ sudo apt install software-properties-common python-software-properties
$ sudo add-apt-repository ppa:pypa/ppa
$ sudo apt update
$ sudo apt install pipenv
$ pip install pipenv
Then, install all dependencies using this command.
$ pipenv install --skip-lock
[packages]
tensorflow = "*"
pprint = "*"
"partial.py" = "*"
sklearn = "*"
scipy = "*"
$ pipenv shell
$ python src/data.py
It takes really really long time. (about 3-4 hours) shit...
Now you got *.tfrecords
files under data/Records/
.
🔥 ing......