Beginner's Tutorial: Creating a Sketchpad for a Keras MNIST Model
Abubakar Abid, April 9, 2019
Gradio is a python library that makes it easy to turn your machine learning models into visual interfaces! This tutorial shows you how to do that with the "Hello World" of machine learning models: a model that we train from scratch to classify hand-written digits on the MNIST dataset. By the end, you will create an interface that allows you to draw handwritten digits and see the results of the classifier in your browser. Read more >>.
Gradio: A Way to Improve Machine Learning Accessibility
Gradio Team, April 8, 2019
Why did we create gradio? In this article, we describe the problems we have experienced with machine learning models, in particular that of accessibility, and why we think gradio can help solve them. Coming soon.