An open API service indexing awesome lists of open source software.

https://github.com/anil-matcha/ai-voice-agent

Self-hosted AI voice agent
https://github.com/anil-matcha/ai-voice-agent

ai-agent ai-agents ai-assistant ai-assistants ai-voice-assistant conversational-agents conversational-ai virtual-assistant-ai voice-agent voice-agents voice-ai voice-assistant

Last synced: 10 days ago
JSON representation

Self-hosted AI voice agent

Awesome Lists containing this project

README

        

# 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.

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

### Medium Article -> https://medium.com/@anilmatcha/ai-voice-agent-how-to-build-one-in-minutes-a-comprehensive-guide-032a79a1ac1e

### 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