gradio/web/blog.html
2019-04-10 16:39:43 -07:00

45 lines
2.2 KiB
HTML

<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>
<a href="contact.html">Contact</a>
</nav>
<div class="content">
<div class="row">
<div class="leftcolumn">
<div class="card">
<h2><a href="articles/beginners-tutorial-gradio-mnist-keras.html">Beginner's Tutorial: Creating a Sketchpad for a Keras MNIST Model</a></h2>
<h4>Abubakar Abid, April 9, 2019</h4>
<img src="img/mnist-sketchpad-screenshot.png"></img>
<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
that allows you to draw handwritten digits and see the results of the classifier in your browser.
<a href="articles/beginners-tutorial-gradio-mnist-keras.html">Read more >>.</a></p>
</div>
<div class="card">
<h2>Gradio: A Way to Improve Machine Learning Accessibility</h2>
<h4>Gradio Team, April 8, 2019</h4>
<img src="img/biased-google-translate.png"></img>
<p>Why did we create gradio? In this article, we describe the problems we have experienced with machine learning
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>
</div> </div>
</div>
<footer>
<img src="img/logo_inline.png" />
</footer>
<body>
</html>