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