Coder Social home page Coder Social logo

flower-classifier-webapp's Introduction

FLOWER-CLASSIFIER-WEBAPP

This is an neural network webapp visualizing the training of the network and testing accuracy of 98.6% accuracy. The neural network uses pretrained resnet152 and then trained to classify images of flowers. It is built using Pytorch framework using Python as primary language. The webapp is built using flask.

Dataset used :

102 Category Flower Dataset

http://www.robots.ox.ac.uk/~vgg/data/flowers/102/index.html
Maria-Elena Nilsback and Andrew Zisserman

Neural Network used :

Resnet152
Network Layers in Pytorch

  • You can dowload ResNet152 here
  • You can download overall modified model here

resnet152

Refresher on Neural Network :

Gradient Descent
Backpropogation

Flow :

Complete flow :

model

Run on windows -

Make sure you have installed Python , Pytorch and flask.

  • First download all the folders and files
    git clone https://github.com/souravs17031999/FLOWER-CLASSIFIER-WEBAPP.git
  • Download pretrained weights and keep it in the same Project directory Download here.
  • Then open the command prompt (or powershell) and change the directory to the path where all the files are located.
    cd FLOWER-CLASSIFIER-WEBAPP
  • Now run the following commands -

set FLASK_APP=flower.py

flask run

This will firstly download the models and then start the local web server.

now go to the local server something like this - http://127.0.0.1:5000/ and see the result and explore.

@creator - sourav kumar

flower-classifier-webapp's People

Contributors

dependabot[bot] avatar souravs17031999 avatar

Forkers

umunusb1

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.