Skip to content

HeadlessTech/agent-conv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Voice Assistant Demo

A reminder agent using ChatGPT voice stream APIs with interruption handling.

Setup

  1. Create virtual environment:
python3.10 -m venv venv
source venv/bin/activate  # On macOS/Linux
  1. Install dependencies:
pip install -r requirements.txt
  1. Create .env file:
cp .env.example .env

Then add your OpenAI API key to the .env file.

  1. Run the server:
python main.py
  1. Open your browser to http://localhost:8000

Usage

  • Click "Start Demo" to begin
  • The agent will speak the reminder
  • Ask questions about the reminder
  • The agent supports interruption handling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published