sebi 5c95b09141 initial commit | 1 ヶ月 前 | |
---|---|---|
iva | 1 ヶ月 前 | |
.gitignore | 1 ヶ月 前 | |
Dockerfile | 1 ヶ月 前 | |
README.md | 1 ヶ月 前 | |
interface.py | 1 ヶ月 前 | |
poetry.lock | 1 ヶ月 前 | |
pyproject.toml | 1 ヶ月 前 |
IVA (Interactive Virtual Assistant) is an AI-based middleware that communicates with HomeAssistant in order to retrieve values from different sensors.
To run this project, first create a .env
file containing the following variables:
Build the Docker image using the following command:
docker build -t <image_name> .
Then, create a container using:
docker run --name <container_name> -p 7860:7860 -it <image_name>