Skip to content

jrreda/streamlit-drawable-mnist

Repository files navigation

Streamlit MNIST Digit Recognizer (Drawable) Customizable MLP

A simple digit recognition demo using keras and streamlit.

It uses streamlit-drawable-canvas for drawing on canvas.

streamlit is an open-source app framework, which is the easiest way for data scientists and machine learning engineers to create beautiful, performant apps. All in pure Python, no longer fiddling with javascript.

This demo contains two parts: training a simple digit recognition model using mnist dataset and a webapp to live demo that model.

Running App

  1. First install all the dependencies

    pip install -r requirements.txt
    
  2. Run Streamlit app

    Demo your model by running app.py

    streamlit run app.py
    

About

MNIST Digit Recognizer Customizable MLP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages