Skip to content

A web application which uses a Neural Network, trained on Food-101, to predict the class of an image

Notifications You must be signed in to change notification settings

dragoFireup/Web-Food-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Classifier Web App

This is a web application which allows a user to upload an image and the get the probabilities for top 3 classes from the neural network.

The Live Web App can be found here

A look of the website

Details about the Neural Network

Dataset

Model

  • Fine Tuned ResNet50

Training Environment

Deployment Environment

Want to run on your system??

Make sure you have either the training or deployment environment set up.

To setup the deployment environment

pip install -r requirements.txt

Run using flask commands

To run the flask application

flask run

This runs your flask application on http://127.0.0.1:5000

To run the application on port 80

flask run -p 80

To run the application on your network IP address

flask run -h 0.0.0.0

Run using python

python app.py

This command will run the application on your network IP address on port 80.

You can access the site using 127.0.0.1 too even when running on network IP

About

A web application which uses a Neural Network, trained on Food-101, to predict the class of an image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published