From 1893b2125c1f2054538df6535d327c689f7979c6 Mon Sep 17 00:00:00 2001 From: Zengyi Qin Date: Tue, 27 Feb 2024 20:15:47 -0700 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 810a7d7..596ef0e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,18 @@ Some other features include: - [Use without Installation](docs/quick_use.md) - [Install and Use Locally](docs/install.md) +## Join the Community + +**Open Source AI Grant** + +We are actively sponsoring open-source AI projects. The sponsorship includes GPU resources, fundings and intellectual support (collaboration with top research labs). We welcome both reseach and engineering projects, as long as the open-source community needs them. Please contact [Zengyi Qin](https://www.qinzy.tech/) if you are interested. + +**Contributing** + +If you find this work useful, please consider contributing to this repo. + +- Many thanks to [@fakerybakery](https://github.com/fakerybakery) for adding the Web UI and CLI part. + ## License This library is under MIT License, which means it is free for both commercial and non-commercial use. @@ -34,5 +46,3 @@ This library is under MIT License, which means it is free for both commercial an ## Acknowledgements This implementation is based on [TTS](https://github.com/coqui-ai/TTS), [VITS](https://github.com/jaywalnut310/vits), [VITS2](https://github.com/daniilrobnikov/vits2) and [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2). We appreciate their awesome work. - -Many thanks to [@fakerybakery](https://github.com/fakerybakery) for adding the Web UI and CLI part.