This sample demonstrates how to talk to your own personalized avatars on a phone call. This project is meant for banterai assignment. Refer the below video demo:
Demo-Video-banterai.mp4
To watch the video demo, navigate to the static
folder of your local copy of the repository and open the file named Demo-Video-banterai.mp4
.
Before you start, it's essential to generate a Deepgram API key to use in this project. Sign-up now for Deepgram and create an API key.
You will also need to sign up for an account with elevenlabs and anthropic.
Follow these steps to get started with this starter application.
Go to GitHub and clone the repository.
Install the project dependencies.
pip install -r requirements.txt
Copy the code from sample.env
and create a new file called .env
. Paste in the code and enter your API key you generated in the above steps
DEEPGRAM_API_KEY=%api_key%
ELEVENLABS_API_KEY=%api_key%
ANTHROPIC_API_KEY=%api_key%
Once running, you can access the application in your browser at http://127.0.0.1:5000 or http://localhost:5000.
python app.py
If you have found a bug or if you have a feature request, please report them at this repository issues section.
I would love to hear from you so if you have questions, comments or find a bug in the project, let us know!
This project is licensed under the MIT license. See the LICENSE file for more info.