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
- Host: GitHub
- URL: https://github.com/ayaka14732/smart-home
- Owner: ayaka14732
- License: cc0-1.0
- Created: 2024-04-21T01:37:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T02:38:59.000Z (over 1 year ago)
- Last Synced: 2025-03-25T14:21:41.564Z (8 months ago)
- Topics: ai-assistant, chatbot, smart-assistant, smart-home
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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