Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 291 Bytes

dogs_vs_cat

Kaggle image recognition competition

How to

  1. install Tensorflow, Keras, OpenCV
  2. download images from https://www.kaggle.com/c/dogs-vs-cats/data
  3. To train: run python naive_convnet.py
  4. To predict: change image path inside predict.py and run python predict.py