Go to file
2019-01-24 23:34:09 -08:00
.idea added usage python notebook 2019-01-24 23:30:54 -08:00
.ipynb_checkpoints added usage python notebook 2019-01-24 23:30:54 -08:00
css Improved index page 2019-01-06 15:41:09 -08:00
img Improved index page 2019-01-06 15:41:09 -08:00
js reorganized files and added landing page 2018-12-20 10:06:05 -08:00
templates reorganized files and added landing page 2018-12-20 10:06:05 -08:00
.gitignore initial commit 2018-09-19 07:30:40 -07:00
gradio.py added usage python notebook 2019-01-24 23:30:54 -08:00
index.html improved index page 2019-01-06 16:13:24 -08:00
README.md Create README.md 2019-01-24 23:34:09 -08:00
Usage.ipynb added usage python notebook 2019-01-24 23:30:54 -08:00

Gradiome / Gradio

Gradio is a python library that allows you to place input and output interfaces over trained models to make it easy for you to "play around" with your model. Gradio runs entirely locally using your browser.

To get started understanding gradio, I recommend you go in the following order:

  1. Run the Usage.ipynb python notebook
  2. Look at the gradio.py code
  3. Look at the templates/draw_a_digit.html

You'll notice that gradio includes both front-end design (in the HTML folder) as well as back-end design (gradio.py).