ayaka14732 / smart-home

Source code for Ayaka's smart home AI assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ayaka’s Smart Home

Introduction

This repository contains the source code for Ayaka’s smart home AI assistant. The AI assistant is activated by saying "Hey Siri", and communicates with the users in Cantonese. It can turn lights and the TV on and off, as well as chat with the users.

Run

Create venv:

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

Copy config.example.py to config.py. Fill in the necessary information.

Then run the script:

python main.py

Lessons Learned

  1. OpenAI Whisper is bad. Use Google Cloud instead.

TODO

  1. Multilingual support

About

Source code for Ayaka's smart home AI assistant

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%