machine-learning-lab-dashboard

Dashboard for Lab: Organize Machine Learning Experiments


Keywords
machine, learning
License
MIT
Install
pip install machine-learning-lab-dashboard==0.4.6

Documentation

🎛 A gui for lab

Slack workspace for discussions

Clone and install

git clone git@github.com:vpj/lab_dashboard.git
cd lab_dashboard
git submodule init
git submodule update
./install.sh

To update run a git update

cd lab_dashboard
git pull
git submodule update
./install.sh

Starting the server

Navigate to the path of the project and run the following command to start the server.

lab_dashboard