Go to file
Abubakar Abid 8795282770 merged
2019-02-18 22:04:08 -08:00
.idea fixed link sharing bug 2019-02-18 22:01:39 -08:00
.ipynb_checkpoints merged 2019-02-17 18:42:09 -08:00
css added outputs and inputs 2019-02-18 21:57:24 -08:00
img Improved index page 2019-01-06 15:41:09 -08:00
js merged 2019-02-18 22:04:08 -08:00
templates added outputs and inputs 2019-02-18 21:57:24 -08:00
.gitignore merged 2019-02-18 22:04:08 -08:00
gradio.py fixed link sharing bug 2019-02-18 22:01:39 -08:00
index.html seperated inputs and outputs, added webcam interface 2019-02-16 20:11:28 -08:00
inputs.py added outputs and inputs 2019-02-18 21:57:24 -08:00
networking.py fixed link sharing bug 2019-02-18 22:01:39 -08:00
outputs.py added outputs and inputs 2019-02-18 21:57:24 -08:00
preprocessing_utils.py added networking methods 2019-02-17 17:47:15 -08:00
README.md Create README.md 2019-01-24 23:34:09 -08:00
script.py seperated inputs and outputs, added webcam interface 2019-02-16 20:11:28 -08:00
Sentiment Analysis (textbox to class) .ipynb added outputs and inputs 2019-02-18 21:57:24 -08:00
Test Notebook.ipynb fixed link sharing bug 2019-02-18 22:01:39 -08:00
Usage.ipynb merged 2019-02-18 22:04:08 -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).