Go to file
2019-02-19 02:03:26 -08:00
.idea copy files from package to local 2019-02-19 02:03:26 -08:00
.ipynb_checkpoints
build/lib/gradio tracking static files 2019-02-19 01:35:14 -08:00
css copy files from package to local 2019-02-19 02:03:26 -08:00
dist tracking static files 2019-02-19 01:35:14 -08:00
gradio copy files from package to local 2019-02-19 02:03:26 -08:00
gradio.egg-info added package data 2019-02-19 01:19:19 -08:00
js copy files from package to local 2019-02-19 02:03:26 -08:00
.gitignore
Emotional Detector.ipynb
index.html
interface.html copy files from package to local 2019-02-19 02:03:26 -08:00
MANIFEST.in tracking static files 2019-02-19 01:35:14 -08:00
README.md
Sentiment Analysis (textbox to class) .ipynb added ability to run multiple interfaces without restarting 2019-02-19 00:11:46 -08:00
setup.py added package data 2019-02-19 01:19:19 -08:00
Test Notebook.ipynb copy files from package to local 2019-02-19 02:03:26 -08:00
Usage.ipynb

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).