Skip to content

PierreGode/OpenAIWhisperPhilipsHue

Repository files navigation

OpenAIWhisperPhilipsHue

Voice GPT4o OpenAIWhisperPhilipsHue

CodeQL

Work in Progress

Clone repo to Windows machine

  git clone https://github.com/PierreGode/OpenAIWhisperPhilipsHue.git
cd OpenAIWhisperPhilipsHue
pip install -r requirements.txt

Set API key in Enviroment


$env:OPENAI_API_KEY="sk-proj-"

$env:OPENAI_API_KEY="sk-"
$env:HUE_BRIDGE_IP="192.168.0.XX"
$env:MODEL="gpt-4o-mini"
$env:WHISPER_MODEL="whisper-1"

Set preferred language for fallback on line 40

preferred_language = 'en'  # Change this to 'en' or any other supported lang

Execution

python openaiwhisperphilipshue\nova_assistant.py

About

PhilipsHue voice command with GPT-4o

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages