Skip to content

Neurl-LLC/OpenAI_Voice_AI_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI Voice AI Agent

This demo demonstrates how to build a Voice AI agent using the OpenAI Agent SDK.

Setup

To set up the application, install the OpenAI Agent SDK along with its dependencies for voice processing:

pip install "openai-agents[voice]"

Next, install the sounddevice library for handling audio input and output:

pip install sounddevice

Then, set your OpenAI API key as an environment variable:

export OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Running the Application

Once the setup is complete, start the Voice AI agent by running:

python main.py

This will launch the agent, allowing you to interact with it using your voice.

About

A voice AI agent built with OpenAI Agent SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages