Coder Social home page Coder Social logo

prajwal10031999 / dog-breed-classification-flask-web-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 943 KB

A deep learning end to end flask web app to classify dog breeds of the uploaded image using RESNET-50 pretrained weights.

Python 73.20% HTML 26.80%
flask-web deep-learning deep-neural-networks resnet-model convolutional-neural-networks transfer-learning classify-dog-breeds python3

dog-breed-classification-flask-web-app's Introduction

Dog-Breed-CLassification-Flask-Web-App

A deep learning end to end flask web app to classify dog breeds of the uploaded image using RESNET-50 pretrained weights.

The project uses Convolutional Neural Networks (CNNs)! A pipeline is built to process real-world, user-supplied images. Given an image of a dog, the algorithm will identify an estimate of the canine’s breed. If supplied an image of a human, the code will identify the resembling dog breed.
The steps that were followed to work through the project were the following:
Step 0: Import Datasets
Step 1: Detect Humans
Step 2: Detect Dogs
Step 3: Create a CNN to classify Dog Breeds (from scratch)
Step 4: Use a CNN to classify Dog Breeds (using Transfer Learning)
Step 5: Create a CNN to classify Dog Breeds (using Transfer Learning)
Step 6: Write an algorithm
Step 7: Test algorithm

ResNet50 is a variant of ResNet model which has 48 Convolution layers along with 1 MaxPool and 1 Average Pool layer. It has 3.8 x 10^9 Floating points operations. It is a widely used ResNet model and we have explored ResNet50 architecture in depth. This architecture can be used on computer vision tasks such as image classififcation, object localisation, object detection.And this framework can also be applied to non computer vision tasks to give them the benifit of depth and to reduce the computational expense also.

Here's the output:

dog-breed-classification-flask-web-app's People

Contributors

prajwal10031999 avatar

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.