Skip to content

adsmaniotto/mnist-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mnist-app

An MNIST prediction micro-service

This repo contains a trained MNIST classification model, hosted in a Flask app.

The client requests an image upload from the user, and the app will return a predicted value of the handwritten digit (0-9) contained in that image.

To run:

  • Heroku app
  • In Python: python3 app.py
  • In Docker: docker build -t mnist . && docker run mnist:latest

About

An MNIST prediction micro-service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published