Skip to content

Firiks/gpt-assistant

Repository files navigation

ChatGPT voice assistant

This is a voice assistant that uses the openAI GPT model to generate responses to user voice commands. You can extend assistant capabilities by adding new functions to functions.py.


Quick start:

  1. python venv .venv
  2. pip install -r requirements.txt
  3. fill in the .env file with your openAI API key
  4. python gpt-assistant.py
  5. Say "Hey GPT" to activate the assistant
  6. Say something to generate a response

About

Simple voice assistant based on ChatGPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages