2022-06-09 16:05:10 +08:00
< p align = "center" >
2022-07-07 07:22:10 +08:00
< a href = "https://gradio.app" > < img src = "readme_files/gradio.svg" alt = "gradio" width = 300 > < / a >
2022-06-09 16:05:10 +08:00
< / p >
< p align = "center" >
< em > Build & share delightful machine learning apps easily< / em >
< p align = "center" >
< a href = "https://circleci.com/gh/gradio-app/gradio" target = "_blank" >
< img src = "https://circleci.com/gh/gradio-app/gradio.svg?style=svg" alt = "circleci" >
< / a >
< a href = "https://badge.fury.io/py/gradio" target = "_blank" >
< img src = "https://badge.fury.io/py/gradio.svg" alt = "pypi" >
< / a >
< a href = "https://codecov.io/gh/gradio-app/gradio/branch/master/graph/badge.svg?token=NNVPX9KEGS" target = "_blank" >
< img src = "https://codecov.io/gh/gradio-app/gradio/branch/master/graph/badge.svg?token=NNVPX9KEGS" alt = "Codecov" >
< / a >
< a href = "https://pypi.org/project/gradio/" target = "_blank" >
< img src = "https://img.shields.io/pypi/dm/gradio" alt = "pypi" >
< / a >
< a href = "https://twitter.com/gradio " target = "_blank" >
< img src = "https://img.shields.io/twitter/follow/gradio.svg?style=social&label=Follow" alt = "twitter" >
< / a >
< / p >
# 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-17 04:31:56 +08:00
2022-07-07 07:22:10 +08:00
![Interface montage ](readme_files/header-image.jpg )
2021-12-14 14:02:19 +08:00
Gradio is useful for:
* **Demoing** your machine learning models for clients / collaborators / users / students
* **Deploying** your models quickly with automatic shareable links and getting feedback on model performance
2022-02-05 05:42:49 +08:00
* **Debugging** your model interactively during development using built-in manipulation and interpretation tools
2021-12-14 14:02:19 +08:00
**You can find an interactive version of the following Getting Started at [https://gradio.app/getting_started ](https://gradio.app/getting_started ).**
2022-07-07 07:22:10 +08:00
$getting_started
2021-12-14 14:02:19 +08:00
2022-06-09 16:05:10 +08:00
## System Requirements:
2022-01-29 15:03:12 +08:00
2022-06-09 16:05:10 +08:00
- Python 3.7+
2022-01-29 15:03:12 +08:00
2022-06-09 16:05:10 +08:00
## Open Source Stack
2021-12-14 14:02:19 +08:00
2022-06-09 16:05:10 +08:00
Gradio is built with many wonderful open-source libraries, please support them as well!
< p >
2022-07-07 07:22:10 +08:00
< a href = "https://hf.co/" > < img src = "readme_files/huggingface_mini.svg" alt = "huggingface" height = 40 > < / a >
< a href = "https://www.python.org/" > < img src = "readme_files/python.svg" alt = "python" height = 40 > < / a >
< a href = "https://fastapi.tiangolo.com/" > < img src = "readme_files/fastapi.svg" alt = "fastapi" height = 40 > < / a >
< a href = "https://github.com/encode/" > < img src = "readme_files/encode.svg" alt = "encode" height = 40 > < / a >
< a href = "https://svelte.dev" > < img src = "readme_files/svelte.svg" alt = "svelte" height = 40 > < / a >
< a href = "https://vitejs.dev/" > < img src = "readme_files/vite.svg" alt = "vite" height = 40 > < / a >
< a href = "https://pnpm.io/" > < img src = "readme_files/pnpm.svg" alt = "pnpm" height = 40 > < / a >
< a href = "https://tailwindcss.com/" > < img src = "readme_files/tailwind.svg" alt = "tailwind" height = 40 > < / a >
2022-06-09 16:05:10 +08:00
< / p >
2021-12-14 14:02:19 +08:00
2022-06-09 16:05:10 +08:00
## License:
2021-12-14 14:02:19 +08:00
Gradio is licensed under the Apache License 2.0
2022-06-09 16:05:10 +08:00
## See more:
2022-01-29 15:03:12 +08:00
2022-06-09 16:05:10 +08:00
You can find many more examples as well as more info on usage on our website: https://gradio.app
2021-12-14 14:02:19 +08:00
See, also, the accompanying paper: ["Gradio: Hassle-Free Sharing and Testing of ML Models in the Wild" ](https://arxiv.org/pdf/1906.02569.pdf ), *ICML HILL 2019* , and please use the citation below.
```
@article {abid2019gradio,
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}
}
```