Skip to content

ChristianGynnild/mnist-number-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mnist-number-classifier

An AI number classifier trained on the MNIST handwritten digit database.

The dataset can be found here.

Devolopment servers

First install node-JS and Python.

Setup a suitable Python enviroment and then install the dependencies in requirements.txt.

To start the devolopment servers run flask --app server run --debug --port=5000 inside the root of the project structure.

Then run npm run dev inside the frontend folder and open http://localhost:8080/static/ inside the browser.