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