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
- Host: GitHub
- URL: https://github.com/anil-matcha/ai-voice-agent
- Owner: Anil-matcha
- License: mit
- Created: 2024-06-25T14:40:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T14:57:07.000Z (8 months ago)
- Last Synced: 2025-03-26T11:11:28.552Z (27 days ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 94
- Watchers: 4
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI-Voice-Agent
Self-hosted AI voice agentOpen-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