Skip to content

A voice assistant for your computer, powered by Porcupine, Whisper, ChatGPT and Azure TTS.

License

Notifications You must be signed in to change notification settings

m-m-0-0/AIssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIssistant

A voice assistant for your computer, powered by Porcupine, Whisper, ChatGPT and Azure TTS.

Setup

You need to have a few environmental variables set up before being able to run AIssistant.

PCP_ACCESS_KEY: PicoVoice access key, used for Porcupine for wake word detection (https://console.picovoice.ai/)
OPENAI_KEY: OpenAI api key, used for Whisper voice transcription and ChatGPT (https://platform.openai.com/)
AZURE_SPEECH_KEY and AZURE_SPEECH_REGION: Used for Azure neural TTS (https://azure.microsoft.com/)

After that follow these steps:

  1. Create a new venv: python -m venv env
  2. Activate the venv: .\env\scripts\activate
  3. Install the prerequisites: pip install -r requirements.txt
  4. Start the assistant: python assistant.py

Running the assistant

To run the assistant, just run the following commands:

  1. Activate the venv: .\env\scripts\activate
  2. Start the assistant: python assistant.py

Credits

Thanks to dland on freesound.org for the assistant's activation cues: hint.wav

About

A voice assistant for your computer, powered by Porcupine, Whisper, ChatGPT and Azure TTS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages