2022-08-04 22:18:17 +04:30
< div align = "center" >
2023-08-03 23:01:18 +01:00
[<img src="readme_files/gradio.svg" alt="gradio" width=300> ](https://gradio.app )< br >
< em > Build & share delightful machine learning apps easily< / em >
[](https://github.com/gradio-app/gradio/actions/workflows/backend.yml)
[](https://github.com/gradio-app/gradio/actions/workflows/ui.yml)
[](https://pypi.org/project/gradio/)
[](https://pypi.org/project/gradio/)

[](https://twitter.com/gradio)
[Website ](https://gradio.app )
| [Documentation ](https://gradio.app/docs/ )
| [Guides ](https://gradio.app/guides/ )
| [Getting Started ](https://gradio.app/getting_started/ )
| [Examples ](demo/ )
| [中文 ](readme_files/zh-cn#readme )
2022-08-04 22:18:17 +04:30
< / div >
2022-06-09 11:05:10 +03:00
# Gradio: Build Machine Learning Web Apps — in Python
Gradio is an open-source Python library that is used to build machine learning and data science demos and web applications.
With Gradio, you can quickly create a beautiful user interface around your machine learning models or data science workflow and let people "try it out" by dragging-and-dropping in their own images,
pasting text, recording their own voice, and interacting with your demo, all through the browser.
2022-05-16 16:31:56 -04:00
2022-07-06 16:22:10 -07:00

2021-12-13 22:02:19 -08:00
Gradio is useful for:
2022-08-04 22:18:17 +04:30
- **Demoing** your machine learning models for clients/collaborators/users/students.
2021-12-13 22:02:19 -08:00
2022-08-04 22:18:17 +04:30
- **Deploying** your models quickly with automatic shareable links and getting feedback on model performance.
2021-12-13 22:02:19 -08:00
2022-08-04 22:18:17 +04:30
- **Debugging** your model interactively during development using built-in manipulation and interpretation tools.
2021-12-13 22:02:19 -08:00
2022-07-06 16:22:10 -07:00
$getting_started
2021-12-13 22:02:19 -08:00
2022-06-09 11:05:10 +03:00
## Open Source Stack
2021-12-13 22:02:19 -08:00
2022-06-09 11:05:10 +03:00
Gradio is built with many wonderful open-source libraries, please support them as well!
2021-12-13 22:02:19 -08:00
2022-08-04 22:18:17 +04:30
[<img src="readme_files/huggingface_mini.svg" alt="huggingface" height=40> ](https://huggingface.co )
[<img src="readme_files/python.svg" alt="python" height=40> ](https://www.python.org )
[<img src="readme_files/fastapi.svg" alt="fastapi" height=40> ](https://fastapi.tiangolo.com )
[<img src="readme_files/encode.svg" alt="encode" height=40> ](https://www.encode.io )
[<img src="readme_files/svelte.svg" alt="svelte" height=40> ](https://svelte.dev )
[<img src="readme_files/vite.svg" alt="vite" height=40> ](https://vitejs.dev )
[<img src="readme_files/pnpm.svg" alt="pnpm" height=40> ](https://pnpm.io )
[<img src="readme_files/tailwind.svg" alt="tailwind" height=40> ](https://tailwindcss.com )
2023-07-17 13:22:47 -04:00
[<img src="readme_files/storybook.svg" alt="storybook" height=40> ](https://storybook.js.org/ )
[<img src="readme_files/chromatic.svg" alt="chromatic" height=40> ](https://www.chromatic.com/ )
2021-12-13 22:02:19 -08:00
2022-08-04 22:18:17 +04:30
## License
2021-12-13 22:02:19 -08:00
2022-08-04 22:18:17 +04:30
Gradio is licensed under the Apache License 2.0 found in the [LICENSE ](LICENSE ) file in the root directory of this repository.
2022-01-28 23:03:12 -08:00
2022-08-04 22:18:17 +04:30
## Citation
2021-12-13 22:02:19 -08:00
2023-08-03 23:01:18 +01:00
Also check out the paper _[Gradio: Hassle-Free Sharing and Testing of ML Models in the Wild](https://arxiv.org/abs/1906.02569), ICML HILL 2019_ , and please cite it if you use Gradio in your work.
2021-12-13 22:02:19 -08:00
```
@article {abid2019gradio,
2022-08-04 22:18:17 +04:30
title = {Gradio: Hassle-Free Sharing and Testing of ML Models in the Wild},
author = {Abid, Abubakar and Abdalla, Ali and Abid, Ali and Khan, Dawood and Alfozan, Abdulrahman and Zou, James},
journal = {arXiv preprint arXiv:1906.02569},
year = {2019},
2021-12-13 22:02:19 -08:00
}
```