Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

📦 Original repo: Anil-matcha/AI-Voice-Agent

Awesome Generative AI Apps

🎨 Explore 50+ more open-source AI apps →

AI-Voice-Agent

Self-hosted AI voice agent

Open-source AI agent which can handle voice calls and respond back in real-time. Can be used for many use-cases such as sales calls, customer support etc.

Demo Video

cursorful-video-1783600969853.mp4

Youtube Tutorial -> https://youtu.be/77xnx26dyYU

Requirements

Python 3.11

Deepgram and OpenAI key

Steps to run

Open .env file and setup Deepgram and OpenAI api key

Create a virtualenv and install depends from requirements.txt using below command

pip install -r requirements.txt

Run the app using below command

python app.py