Skip to content

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