An open API service indexing awesome lists of open source software.

https://github.com/ayaka14732/smart-home

Source code for Ayaka's smart home AI assistant
https://github.com/ayaka14732/smart-home

ai-assistant chatbot smart-assistant smart-home

Last synced: 7 months ago
JSON representation

Source code for Ayaka's smart home AI assistant

Awesome Lists containing this project

README

          

# 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:

```sh
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:

```sh
python main.py
```

## Lessons Learned

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

## TODO

1. Multilingual support