Skip to content

JayMehtaUK/image-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Classifier

This project showcases an example of utilising Flask to serve a simple webpage that interacts with an existing Keras model for image classification.

This is the codebase that was created as part of this tutorial here:

Youtube video link

Prerequisites

Install the dependencies

pip install -r requirements.txt

Note: This project requires Python 3.8 or higher

Usage

  1. To run locally either run from the IDE or use the following command:
python app.py
  1. Open your web browser and visit http://localhost:3000
  2. Select an image and click on the Predict Image button

Licence

This project is licensed under the MIT Licence.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published