Final project for Python programming and data visualization.
Create web application for visualization data from pressure sensors located on patient feet.
Application will be displaying data collected from 6 people over the period of one hour.
Data will be accessed through REST api.
Application will cache latest 10 minutes of data.
App can be started with one command docker-compose up
, after this go to localhost:8050.
Docker is required for this method.
Project is described in details in manual.pdf.
How project looks in action