mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
890150a5cb
* readme * fix * changes * changes * changes * changes * changes * changes * changes * changes * readme
75 lines
3.8 KiB
Markdown
75 lines
3.8 KiB
Markdown
<div align="center">
|
|
<a href="https://gradio.app">
|
|
<img src="readme_files/gradio.svg" alt="gradio" width=350>
|
|
</a>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<span>
|
|
<a href="https://www.producthunt.com/posts/gradio-5-0?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-gradio-5-0" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=501906&theme=light" alt="Gradio 5.0 - the easiest way to build AI web apps | Product Hunt" style="width: 150px; height: 54px;" width="150" height="54" /></a>
|
|
<a href="https://trendshift.io/repositories/2145" target="_blank"><img src="https://trendshift.io/api/badge/repositories/2145" alt="gradio-app%2Fgradio | Trendshift" style="width: 150px; height: 55px;" width="150" height="55"/></a>
|
|
</span>
|
|
|
|
[![gradio-backend](https://github.com/gradio-app/gradio/actions/workflows/test-python.yml/badge.svg)](https://github.com/gradio-app/gradio/actions/workflows/test-python.yml)
|
|
[![gradio-ui](https://github.com/gradio-app/gradio/actions/workflows/tests-js.yml/badge.svg)](https://github.com/gradio-app/gradio/actions/workflows/tests-js.yml)
|
|
[![PyPI](https://img.shields.io/pypi/v/gradio)](https://pypi.org/project/gradio/)
|
|
[![PyPI downloads](https://img.shields.io/pypi/dm/gradio)](https://pypi.org/project/gradio/)
|
|
![Python version](https://img.shields.io/badge/python-3.10+-important)
|
|
[![Twitter follow](https://img.shields.io/twitter/follow/gradio?style=social&label=follow)](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/)
|
|
|
|
</div>
|
|
|
|
<div align="center">
|
|
|
|
English | [中文](readme_files/zh-cn#readme)
|
|
|
|
</div>
|
|
|
|
# Gradio: Build Machine Learning Web Apps — in Python
|
|
|
|
$getting_started
|
|
|
|
## Questions?
|
|
|
|
If you'd like to report a bug or have a feature request, please create an [issue on GitHub](https://github.com/gradio-app/gradio/issues/new/choose). For general questions about usage, we are available on [our Discord server](https://discord.com/invite/feTf9x3ZSB) and happy to help.
|
|
|
|
If you like Gradio, please leave us a ⭐ on GitHub!
|
|
|
|
## Open Source Stack
|
|
|
|
Gradio is built on top of many wonderful open-source libraries!
|
|
|
|
[<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)
|
|
[<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/)
|
|
|
|
## License
|
|
|
|
Gradio is licensed under the Apache License 2.0 found in the [LICENSE](LICENSE) file in the root directory of this repository.
|
|
|
|
## Citation
|
|
|
|
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.
|
|
|
|
```
|
|
@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},
|
|
}
|
|
```
|