tom-doerr / download_images_train_classifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains code that downloads images and trains an image classifier on them. The ./train.py function might still contain some bugs. Almost all of the code was written by my vim codex plugin.

Example usage:

./download.py  --output_dir images --images_to_download cat 
./download.py  --output_dir images --images_to_download dog 
./rename_images.py
./train.py

About

License:MIT License


Languages

Language:Python 100.0%