Skip to content

nikhilkmr300/voice-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voice-gpt

Introducing VoiceGPT – a convenient voice interface to ChatGPT. Simply speak to ChatGPT and enjoy engaging conversations or have some fun.

Setup

Set your OPENAI_API_KEY as an environment variable.

export OPENAI_API_KEY='<your-key-here>'

Create a virtual environment and install all dependencies.

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run the application as

streamlit run ui.py

This should open the web interface at localhost:8501.

ui

About

A voice interface to ChatGPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published