onuricen / DoggoCNN

A Convolutional Neural Network capable of doing binary classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DoggoCNN

DoggoCNN is a Convolutional Neural Network capable of classifying cats and dogs with %81 accuracy.

Tech

DoggoCNN uses a number of open source projects to work properly:

  • Keras
  • Cv2
  • NumPy

Usage

Use predict.py to do predictions (You can use default jpg files that comes with this repo)

$ predict.py pup.jpg

Training

You can train the model to do any kind of binary classification.For this example I've used dogs and cats dataset because of convenience

Use cnn.py to train your own model

Licence

This project is available as open source under the terms of the MIT License.

About

A Convolutional Neural Network capable of doing binary classification

License:MIT License


Languages

Language:Python 100.0%