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
- Host: GitHub
- URL: https://github.com/labmlai/dashboard
- Owner: labmlai
- License: mit
- Created: 2019-11-19T10:35:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:39:16.000Z (about 3 years ago)
- Last Synced: 2025-06-06T12:08:22.611Z (7 months ago)
- Language: TypeScript
- Homepage: https://lab-ml.com
- Size: 2.78 MB
- Stars: 17
- Watchers: 5
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: readme.rst
- License: license
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