huggingface / huggingface/optimum-intel

Support for Text-to-Speech models

Open
#840 0 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.