Giter VIP home page Giter VIP logo

dog-breed-identifier's Introduction

Dog Breed Identifier

This Dog Breed Identifier is a project that leverages the power of deep learning, specifically Convolutional Neural Networks (CNNs), to accurately identify the breed of a dog from an uploaded image. The system is trained on a diverse dataset containing images of five popular dog breeds: Bulldog, Chihuahua, German Shepherd, Golden Retriever, and Husky

REQUIREMENTS

The Dog Breed Identifier requires the following Python libraries:
  TensorFlow
  Keras
  Numpy
  Pillow
  Scipy
  Tkinter
  MobileNetV2 (Pre-trained Model)

OVERVIEW

The project consists of two main components:
    Model Training ('train_model.py)'
        Utilizes TensorFlow and Keras to create a CNN model based on the MobileNetV2 architecture.
        Fine-tunes the model using a dataset containing images of the five dog breeds for training and validation.
    User Interface ('app.py')
        Uses Tkinter for the graphical user interface (GUI).
        Allows users to upload an image of a dog.
        Predicts the breed of the dog using the trained CNN model.
        Displays the predicted breed and its confidence level.

DATASET

The dataset used for training and testing the model includes:
  Training Images: 800 images per breed (total 4,000 images).
  Testing Images: 20 images per breed (total 100 images).
  Validation Images: 20 images per breed (total 100 images).

MODEL PERFORMANCE

After training and evaluation, the model achieved the following accuracies:
  Training Accuracy: 85.62%
  Testing Accuracy: 88.75%
  Validation Accuracy: 89%

OUTPUT

After completing the training, testing, and validation process for the model, the fine-tuned model file named 'fine_tuned_model_mobilenetv2.keras' will be saved in the main root directory of the folder. Run the 'app.py' to run the program.

output_1 output_2

dog-breed-identifier's People

Contributors

xsenzaki avatar zsenzaki avatar

Watchers

 avatar

Forkers

simranjaswal1

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.