Giter Club home page Giter Club logo

dog_detect's Introduction

Dog Breed Detection using Convolutional Neural Networks

Detect the breed of a dog provided the image of a dog. If the image is of a human, identify the dog breed which resembles the person.

Motivation for the Project

Dog Detection is a popular starter Computer Vision problem. This project aims to use some of the most common methods for Dog Detection in images.

Libraries Used

  • OpenCV for Python
  • Keras
  • Scikit-Learn
  • Matplotlib
  • Numpy

Files

  • haarcascades
    -- haarcascade_frontalface_alt.xml : Features for HaarCascadeClassifier
  • images
    -- h1.jpg
    -- h2.jpg
    -- h3.jpg
    -- d1.jpg
    -- d2.jpg
    -- d3.jpg
  • saved_models
    -- weights.best.resnet50.hdf5 : Saved Weights for ResNet50 model
  • dog_app.ipynb: IPython Notebook containing code for Dog Detection
  • dog_app.html: IPython Notebook saved as .html
  • extract_bottleneck_features.py: Script to extract bottleneck features for transfer learning

Summary:

  1. The model achieves an accuracy of 80.7416% on the test set.
  2. The model is able to differentiate between the image of a dog, a human and any other image.
  3. The model outputs the dog breed which resembles the provided human image.
  4. A Medium blog post on this project was published here: https://medium.com/@sharmadivyanshu1709/dog-breed-classifier-10-minute-challenge-6a78413ea2a2?source=friends_link&sk=fe44b530d48c6187f416070034d059e5

Acknowledgements:

Credit to Udacity for providing the starter code.

dog_detect's People

Contributors

divyanshusharma1709 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.