sebi 3682084b57 project separation | hai 1 mes | |
---|---|---|
.. | ||
iva | hai 1 mes | |
models | hai 1 mes | |
utils | hai 1 mes | |
.gitignore | hai 1 mes | |
Dockerfile | hai 1 mes | |
README.md | hai 1 mes | |
app.py | hai 1 mes | |
poetry.lock | hai 1 mes | |
pyproject.toml | hai 1 mes |
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>