huggingface / huggingface/optimum-intel
Support for Text-to-Speech models
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 620
- Forks
- 270
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 22
Description
Optimum Intel is a great tool that combines the convenience of HF API with the performance of OpenVINO. It helps build virtual assistants with one exception - Text-to-Speech pipelines. Hence, I'm requesting that support be added, which will help include speech generation in our AI Ref Kits promoting Optimum Intel and OpenVINO.
Example
```
from optimum.intel import pipeline
synthesizer = pipeline("text-to-speech", "suno/bark")
synthesizer("Look I am generating speech in three lines of code!")
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.