cat vs non cat classifier using tensorflow and CNN (predict whether the image contains a cat or not)
- CNN model built with Keras
- Binary classification (cat / not cat)
- Trained on cat and non-cat images
1-Install dependencies => (pip install -r requirements.txt ) 2-put some images containing cat or not in test_images 3-run the prediction => (python predict.py)