Giter Club home page Giter Club logo

dog-breed-classifier's Introduction

Dog-Breed-Classifier

In this project , i build a pipeline that could be used in a web or mobile app to process real-world images. The pipeline consists of 3 models:

  • Human Face detector - If given an image, model outputs True if Human face is detected, else returns False
  • Dog detector - If given an image, model outputs True if dog is detected else outputs False.
  • Dog breed detector - If given an image, model predicts the dog breed associated with that that image. If it detects dog, it will predict dog breed, if human face is detected, it predicts the dog breed that resembles with the human face.

Here are two sample outputs from the final algorithm:

Model architecture :

  • Human Face detector - OpenCV pre-trained face detectors.
  • Dog detector -VGG-16 model, along with weights trained on ImageNet dataset [ dog labels from 151 to 268].
  • Dog breed detector :
    • Building a CNN model from Scratch[ 13 layers ] with accuracy 13%
    • Using Tranfer learning with VGG-16 model with accuracy 83%

Hyperparameters(Dog breed detector) :

  • Batch_size = 20
  • num_epochs = 5
  • learning_rate = 0.001 with SGD optimizer.
  • added batch normalization

Dataset :

dog-breed-classifier's People

Watchers

 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.