Metadata-Version: 2.1
Name: labml-dashboard
Version: 0.4.7
Summary: Dashboard for Lab: Organize Machine Learning Experiments
Home-page: https://github.com/lab-ml/dashboard
Author: Varuna Jayasiri
Author-email: vpjayasiri@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://lab-ml.com/
Keywords: machine learning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Requires-Dist: labml

.. image:: https://raw.githubusercontent.com/lab-ml/dashboard/master/images/dashboard_logo.png
   :width: 150
   :alt: Dashboard Logo
   :align: center

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

This is the web dashboard for `LabML <https://github.com/lab-ml/labml/>`_.

`💬 Slack workspace for discussions <https://join.slack.com/t/labforml/shared_invite/zt-cg5iui5u-4cJPT7DUwRGqup9z8RHwhQ/>`_

`📗 Documentation <http://lab-ml.com/>`_

`📑 Articles & Tutorials <https://medium.com/@labml/>`_

`👨‍🏫 Samples <https://github.com/lab-ml/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


