Skip to content

A binary image classifier deployed with a flask web app

Notifications You must be signed in to change notification settings

msaqib17/Image-Classifier-Web-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Classifier Web App

This image classifier web app can serve as a template for anyone looking to deploy a tf.keras model using Flask.

The model used in this example was then trained to distinguish between images of glass and tables. The dataset used is Glasses vs Tables by Muhammed Buyukkinaci.

To use this app, clone or download this repo. Run the app with flask run. You may need to set environment variable FLASK_APP to app.py. Since the model was trained on images of glass or tables, you should ideally upload images of either glass or table and hopefully, the model will be able to predict accurately.

Upload a file

upload

Get a prediction

predict

About

A binary image classifier deployed with a flask web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.2%
  • HTML 23.8%