Skip to content

resemble-ai/resemble-alexa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resemble AI - Alexa - GPT-3

Resemble Alexa Sample Project Banner

What is it?

Use custom text-to-speech voice models from Resemble AI and GPT-3 in your Alexa Skill.

Although this project contains a demo on how you can simply chain Open AI's GPT-3 API to Resemble AI's text to speech API, the GPT-3 component is completely optional and is just used to demonstrate how the voice model can produce any arbitrary speech.

Requirements

Getting Started

Getting started by creating a new Skill on Alexa's Developer Console: https://developer.amazon.com/alexa/console/ask

Image to show how to create a new Skill on Alexa's dashboard

Follow the instructions to create a new skill, and pick Python as the backend

Pick Python as the hosted backend

Click Code from the top menu bar.

Click code from the top menu bar

Replace lambda_function.py with the code from lambda_functions.py that is contained within this repo. If you're using GPT-3, make sure to add openai to the requirements.txt

About

This is sample code for an Alexa skill that uses realistic voice cloning powered by Resemble AI's text-to-speech API, and Open AI’s GPT-3 AI engine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages