Stream module reads webcam image and saves a frame in stream
folder. This frame is used by all analytics modules.
Presentation module reads processed images from selected analytics and build a presentation with this images and a specified background. Choose a background image and save with name overlay.png
.
To run this project is used Docker Compose, Nvidia Container Toolkit and CUDA.
Run selected containers and Stream module.
docker-compose up --build -d
Install presentation requirements.
cd presentation
pip install -r requirements.txt
Run Presentation module.
python main.py