salihinsaealal / HomeGPT

Control your home with instructions to GPT-3 lol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HomeGPT

Control Home Assistant with GPT-3.

To setup:

pip install virtualenv # if needed
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

To run:

source env/bin/activate # if not already in env
python3 __main__.py

Before committing:

pip freeze > requirements.txt

About

Control your home with instructions to GPT-3 lol

License:MIT License


Languages

Language:Python 100.0%