Skip to content

ayaka14732/smart-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages