This repository provides a reference implementation of the System Dashboard application written using -
HTML: Web-Workers
CSS: Material Dashboard
Python: Flask
clone https://github.com/SagiMedina/system_dashboard.git
mkvirtualenv system_dashboard
pip install -r requirements.txt
python system_dashboard.py
open http://localhost:5002
Port can be changed through environment variables.