Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,42 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
# Synthesizer Gradio App
|
14 |
+
|
15 |
+
This repository contains the source code for a Text-to-Speech (TTS) web application powered by OpenAI's text-to-speech API and Gradio. The application is designed to convert user-input text into spoken audio using a selection of AI-generated voices.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
- **Model Selection**: Choose between standard and high-definition TTS models for different use cases.
|
20 |
+
- **Voice Options**: Select from six distinct AI-generated voices to read your text.
|
21 |
+
- **Output Format Selection**: Customize the output format to suit your needs, including "mp3", "opus", "aac", or "flac".
|
22 |
+
- **User-Friendly Interface**: Built with Gradio for an intuitive and straightforward user experience.
|
23 |
+
- **Deployed on HuggingFace Spaces**: Accessible online for easy interaction and demonstration.
|
24 |
+
|
25 |
+
## How to Contribute
|
26 |
+
|
27 |
+
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
|
28 |
+
|
29 |
+
1. Fork the Project
|
30 |
+
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
|
31 |
+
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
|
32 |
+
4. Push to the Branch (`git push origin feature/AmazingFeature`)
|
33 |
+
5. Open a Pull Request
|
34 |
+
|
35 |
+
## License
|
36 |
+
|
37 |
+
Distributed under the MIT License. See `LICENSE` for more information.
|
38 |
+
|
39 |
+
## Contact
|
40 |
+
|
41 |
+
Mark Anthony Llego - [@markllego](https://twitter.com/markllego)
|
42 |
+
|
43 |
+
Project Link: [https://github.com/llegomark/synthesizer](https://github.com/llegomark/synthesizer)
|
44 |
+
|
45 |
+
HuggingFace Space: [https://huggingface.co/spaces/markllego/synthesizer](https://huggingface.co/spaces/markllego/synthesizer)
|
46 |
+
|
47 |
+
## Acknowledgements
|
48 |
+
|
49 |
+
- [OpenAI](https://openai.com/)
|
50 |
+
- [Gradio](https://gradio.app/)
|
51 |
+
- [HuggingFace Spaces](https://huggingface.co/spaces)
|