Docs: MLPanel documentation
Examples: MLPanel examples
Find us on Discord
- 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
- look into MLPanel Discord channel
- Install MLPanel
- Run examples
- Try MLPanel in your projects
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 :)
-
Fork MLPanel
-
Clone your fork locally:
git clone [email protected]:mlrepa/mlpanel.git
-
Create a branch for local development::
git checkout -b name-of-feature-branch
-
Add your awesome changes !!!
-
Run tests
./services/projects/tests/test.sh -vv ./services/deploy/tests/test.sh -vv
-
Commit your changes and push your branch to GitHub::
git add . git commit -m "Describe changes made" git push origin name-of-feature-branch
-
Submit a pull request through the GitHub website.