Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

mlrepa/mlpanel

Repository files navigation

MLPanel

MLPanel

Docs: MLPanel documentation

Examples: MLPanel examples

Find us on Discord

Features

  • interface to collaborate on multiple Machine Learning and Data Science projects
  • create and manage Projects
  • manage Machine Learning Experiments: metrics tracking and models management
  • 1-click-deploy
  • customizable

Projects Panel

How to start

  1. look into MLPanel Discord channel
  2. Install MLPanel
  3. Run examples
  4. Try MLPanel in your projects

Feature requests and feedback

The best way to send feedback is to file an issue or message on Discord

If you are proposing a feature:

  • Give a short use case
  • Describe how it would work
  • Provide support materials like charts, diagrams, code samples
  • Feel free to make a pull request :)

Development

  1. Fork MLPanel

  2. Clone your fork locally:

     git clone git@github.com:mlrepa/mlpanel.git
    
  3. Create a branch for local development::

     git checkout -b name-of-feature-branch
    
  4. Add your awesome changes !!!

  5. Run tests

     ./services/projects/tests/test.sh -vv
     ./services/deploy/tests/test.sh -vv
    
  6. Commit your changes and push your branch to GitHub::

     git add .
     git commit -m "Describe changes made"
     git push origin name-of-feature-branch
    
  7. Submit a pull request through the GitHub website.