Skip to content
#

cnn-keras

Here are 2,159 public repositories matching this topic...

Algorithm that identifies the dog's breed given an image of a dog, or the resembling dog breed of a human face. Uses a Haar feature-based cascade classifier to detect humans, a pre-trained ResNet-50 model to detect dogs, and a fine-tuned Xception model for dog breed classification. Achieves a test accuracy of around 85% on a test set of 800 images.

  • Updated Nov 10, 2017
  • Jupyter Notebook

Developed a Deep Neural Network model which classifies the traffic signs.By using Digital Image Processing techniques likes Gray Scale Conversion,Histogram Equalization,Image normalization ,we preprocessed the images.By using Convoultional Neural Network model, from keras framework developed a working model. This model gives 96% accurate results.

  • Updated Apr 21, 2019
  • Python

Improve this page

Add a description, image, and links to the cnn-keras topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cnn-keras topic, visit your repo's landing page and select "manage topics."

Learn more