Self-hosted AI voice agent
40
stars
14
commits
Python
primary language
Aug 20, 2026
updated
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.
Python 3.11
Deepgram and OpenAI key
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
14 commits
Python
100.0%
Self-hosted AI voice agent
40
stars
14
commits
Python
primary language
Aug 20, 2026
updated
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.
Python 3.11
Deepgram and OpenAI key
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
14 commits
Python
100.0%