An open API service indexing awesome lists of open source software.

https://github.com/labmlai/dashboard

Experiments dashboard for LabML
https://github.com/labmlai/dashboard

Last synced: 3 months ago
JSON representation

Experiments dashboard for LabML

Awesome Lists containing this project

README

          

.. image:: https://badge.fury.io/py/labml-dashboard.svg
:target: https://badge.fury.io/py/labml-dashboard

LabML Dashboard
================

This is the web dashboard for `LabML `_.

`💬 Slack workspace for discussions `_

`📗 Documentation `_

`📑 Articles & Tutorials `_

`👨‍🏫 Samples `_

Here are some screenshots.

.. image:: https://raw.githubusercontent.com/lab-ml/dashboard/master/images/screenshots/dashboard_table.png
:width: 100%
:alt: Dashboard Screenshot

.. image:: https://raw.githubusercontent.com/lab-ml/dashboard/master/images/screenshots/dashboard_run.png
:width: 100%
:alt: Dashboard Screenshot

Install
-------

.. code-block:: console

pip install labml_dashboard

Running
-------

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

.. code-block:: console

labml dashboard

Building from source
--------------------

.. code-block:: console

git clone ...
git submodule init
git submodule update
npm install
make compile
make install