GithubHelp home page GithubHelp logo

dog_breed_identifier's Introduction

Dog Breed Identification

A simple project to predict dog breeds. This projects employed a deep learning model that has been trained to recognize dog breeds. The model is served through REST API running on python backend. A simple webapp is employed as user interface.

Screenshot 01

Demo note: performance is slow as we are running on cheap web server with shared other applications

Dataset & Model

The model was trained with dataset obtained from Kaggle. This dataset pictures of 120 different breeds of dogs.

Inceptionv3 is used as the base architecture. The model was developed through transfer learning from a pre-trained model trained on ImageNet dataset. During test the model was able to achieve 80.80% accuracy.

The training notebook is included in notebook folder.

This dataset comprises 120 breeds of dogs.

Resnet50 is used as the base architecture. The model was developed through transfer learning from a pre-trained model trained on ImageNet dataset. During test the model was able to achieve 89.1% accuracy.

How to use

Clone the repository to your local folder. Type the following:

docker-compose up

Go to: http://localhost:3001/

By default, backend server is serving the API on http://localhost:8000 If the default is changed, we have to let the frontend know. This can be done by creating .env file in /frontend and specifying API endpoint as follow:

API=new_API_endpoint

Technology used

Machine Learning:

  1. Tensorflow

Backend:

  1. Pytorch
  2. FastAI

Backend:

  1. Python
  2. FastAPI
  3. Docker

Frontend

  1. Next.js
  2. Tailwindcss
  3. Docker

dog_breed_identifier's People

Contributors

arifoyong avatar

Watchers

 avatar  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.