Skip to content

A convolutional neural network for the MNIST dataset using keras and flask to train and deploy to be able to take user inputs from a canvas in the browser

Notifications You must be signed in to change notification settings

ItsByteMe/mnist-user-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST CNN with user input via Flask web app

This is just a basic conv net I made and then integrated into a flask web app which I did with the help of a Siraj Raval video on how to deploy a Keras model to the web.

Dependencies

Use the package manager pip to install all the required libraries through the requirements file.

pip install -r requirements.txt

I am using an older version of scipy here because any newer would not allow us to use the imread, imsave, and imresize functions that are used.

About

A convolutional neural network for the MNIST dataset using keras and flask to train and deploy to be able to take user inputs from a canvas in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published