Skip to content

pfrendl/plotly_live_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plotly_live_dashboard

This repository implements a lightweight machine learning training tracking solution. It serves live and interactive Plotly plots using Dash through the browser. The plotting logic can be modified on the fly thanks to the hot reloading feature of Dash:

video_25fps_50p.mp4


Run a training:

python train.py <training_name>

Run the dashboard:

python dashboard.py

Generate and save figures of the logged trainings:

python plotting.py

You can also use the in-browser UI to save snapshot images of the figure.

About

ML training tracking implemented with Plotly + Dash.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages