sebi 3682084b57 project separation | преди 1 месец | |
---|---|---|
.. | ||
iva | преди 1 месец | |
models | преди 1 месец | |
utils | преди 1 месец | |
.gitignore | преди 1 месец | |
Dockerfile | преди 1 месец | |
README.md | преди 1 месец | |
app.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>