2019-04-10 10:54:47 +08:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Gradio</title>
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
|
|
|
|
<link href="style/style.css" rel="stylesheet">
|
|
|
|
<link href="style/blog.css" rel="stylesheet">
|
|
|
|
<link href="style/gradio.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav>
|
|
|
|
<img src="img/logo_inline.png" />
|
|
|
|
<a href="index.html">Gradio</a>
|
|
|
|
<a href="getting_started.html">Getting Started</a>
|
|
|
|
<a href="sharing.html">Sharing</a>
|
|
|
|
<a class="selected" href="blog.html">Blog</a>
|
2019-04-11 07:39:43 +08:00
|
|
|
<a href="contact.html">Contact</a>
|
2019-04-10 10:54:47 +08:00
|
|
|
</nav>
|
|
|
|
<div class="content">
|
|
|
|
<div class="row">
|
|
|
|
<div class="leftcolumn">
|
|
|
|
<div class="card">
|
2019-04-10 12:41:39 +08:00
|
|
|
<h2><a href="articles/beginners-tutorial-gradio-mnist-keras.html">Beginner's Tutorial: Creating a Sketchpad for a Keras MNIST Model</a></h2>
|
2019-04-10 10:54:47 +08:00
|
|
|
<h4>Abubakar Abid, April 9, 2019</h4>
|
2019-04-10 12:41:39 +08:00
|
|
|
<img src="img/mnist-sketchpad-screenshot.png"></img>
|
2019-04-10 10:54:47 +08:00
|
|
|
<p>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
|
2019-04-10 12:41:39 +08:00
|
|
|
that allows you to draw handwritten digits and see the results of the classifier in your browser.
|
2019-04-10 10:54:47 +08:00
|
|
|
<a href="articles/beginners-tutorial-gradio-mnist-keras.html">Read more >>.</a></p>
|
|
|
|
</div>
|
|
|
|
<div class="card">
|
2019-04-10 12:41:39 +08:00
|
|
|
<h2>Gradio: A Way to Improve Machine Learning Accessibility</h2>
|
2019-04-10 10:54:47 +08:00
|
|
|
<h4>Gradio Team, April 8, 2019</h4>
|
2019-04-10 12:41:39 +08:00
|
|
|
<img src="img/biased-google-translate.png"></img>
|
2019-04-10 10:54:47 +08:00
|
|
|
<p>Why did we create gradio? In this article, we describe the problems we have experienced with machine learning
|
2019-04-10 12:41:39 +08:00
|
|
|
models, in particular that of <em>accessibility</em>, and why we think gradio can help solve them.
|
|
|
|
<a href="articles/beginners-tutorial-gradio-mnist-keras.html">Coming soon.</a></p>
|
2019-04-10 10:54:47 +08:00
|
|
|
</div> </div>
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
<img src="img/logo_inline.png" />
|
|
|
|
</footer>
|
|
|
|
<body>
|
|
|
|
</html>
|