Skip to content

lapisco/analytics-presentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analytics Presentation

Stream

Stream module reads webcam image and saves a frame in stream folder. This frame is used by all analytics modules.

Presentation

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.

Run project

To run this project is used Docker Compose, Nvidia Container Toolkit and CUDA.

Build and Up containers

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

About

Analytics presentation - by LAPISCO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.3%
  • Dockerfile 1.1%
  • Shell 0.6%