mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
.idea | ||
.ipynb_checkpoints | ||
css | ||
img | ||
js | ||
templates | ||
.gitignore | ||
Emotional Detector.ipynb | ||
gradio.py | ||
index.html | ||
inputs.py | ||
networking.py | ||
outputs.py | ||
preprocessing_utils.py | ||
README.md | ||
script.py | ||
Sentiment Analysis (textbox to class) .ipynb | ||
Test Notebook.ipynb | ||
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:
- Run the Usage.ipynb python notebook
- Look at the gradio.py code
- 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).