Skip to content

This project is to talk to your own personalized avatars. It's an assignment by banterai

License

Notifications You must be signed in to change notification settings

AashishKumar-3002/calling-avatar-bot

Repository files navigation

Calling Avatar Bot

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.

Sign-up to Deepgram , elevenlabs and anthropic

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.

Quickstart

Manual

Follow these steps to get started with this starter application.

Clone the repository

Go to GitHub and clone the repository.

Install dependencies

Install the project dependencies.

pip install -r requirements.txt

Edit the config file

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%

Run the application

Once running, you can access the application in your browser at http://127.0.0.1:5000 or http://localhost:5000.

python app.py

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section.

Getting Help

I would love to hear from you so if you have questions, comments or find a bug in the project, let us know!

Author

Aashish Kumar

License

This project is licensed under the MIT license. See the LICENSE file for more info.

About

This project is to talk to your own personalized avatars. It's an assignment by banterai

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published