Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 684 Bytes

File metadata and controls

22 lines (13 loc) · 684 Bytes

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.