Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Whisper TTS #324

Open
wants to merge 5 commits into
base: restructure
Choose a base branch
from

Conversation

SarveshAtawane
Copy link

Key things

  • Initializes the WhisperSpeech pipeline.
  • Converts text to speech, with an option for voice cloning.
  • Saves the generated audio to a wav file.

Copy link
Collaborator

@Gautam-Rajeev Gautam-Rajeev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @SarveshAtawane , we need to restructure this to match the rest of ai-tools. We do automated deployments using Docker file inside the file paths.
Can you restructure it such that it has a:
DOCKER file
model.py which contains the inference code
request.py file that defines the structure of the request
api.py that orchestrates
requirements.txt -- as you've used.

The docker file is necessary for automated deployments.
Please refer these 2 :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants