Skip to content

MrFahad/Food21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food21 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

Details about the Neural Network

Dataset

Model

  • Fine Tuned ResNet50

Training Environment

Deployment Environment

For deployment on your system??

1 - 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

Food21 Web App Classifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published