Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polyaxon/polyaxon
MLOps Tools For Managing & Orchestrating The Machine Learning LifeCycle
https://github.com/polyaxon/polyaxon
artificial-intelligence caffe data-science deep-learning hyperparameter-optimization jupyter jupyterlab k8s keras kubernetes machine-learning ml mlops mxnet notebook pipelines pytorch reinforcement-learning tensorflow workflow
Last synced: 26 days ago
JSON representation
MLOps Tools For Managing & Orchestrating The Machine Learning LifeCycle
- Host: GitHub
- URL: https://github.com/polyaxon/polyaxon
- Owner: polyaxon
- License: apache-2.0
- Created: 2016-12-26T12:48:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T16:09:20.000Z (7 months ago)
- Last Synced: 2024-04-16T02:17:41.501Z (7 months ago)
- Topics: artificial-intelligence, caffe, data-science, deep-learning, hyperparameter-optimization, jupyter, jupyterlab, k8s, keras, kubernetes, machine-learning, ml, mlops, mxnet, notebook, pipelines, pytorch, reinforcement-learning, tensorflow, workflow
- Homepage: https://polyaxon.com
- Size: 121 MB
- Stars: 3,476
- Watchers: 78
- Forks: 310
- Open Issues: 122
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION
Awesome Lists containing this project
- awesome-python-applications - Repo - based platform for reproducible and scalable machine learning experiment management and metrics-tracking, based on kubernetes, with support for TensorFlow, PyTorch, Keras, and many more. `(server)` (<a id="tag-dev" href="#tag-dev">Dev</a> / <a id="tag-dev-other" href="#tag-dev-other">Other Dev projects</a>)
- Awesome-MXNet - polyaxon - examples/tree/master/mxnet/cifar10) (<a name="Tools"></a>13. Tools / 13.3 Visualization)
- awesome-llmops - Polyaxon - square) | (Large Scale Deployment / ML Platforms)
- awesome-production-machine-learning - Polyaxon - A platform for reproducible and scalable machine learning and deep learning on kubernetes. - [(Video)](https://www.youtube.com/watch?v=Iexwrka_hys) (Model and Data Versioning)
- Awesome-AIML-Data-Ops - Polyaxon - A platform for reproducible and scalable machine learning and deep learning on kubernetes. - [(Video)](https://www.youtube.com/watch?v=Iexwrka_hys) (Model and Data Versioning)
- awesome-kubeflow - Polyaxon
- Awesome-Earth-Artificial-Intelligence - Polyaxon - Polyaxon, a platform for building, training, and monitoring large scale deep learning applications. A Machine Learning Platform for Kubernetes. (Tools)
- awesome-production-machine-learning - Polyaxon - A platform for reproducible and scalable machine learning and deep learning on kubernetes - [(Video)](https://www.youtube.com/watch?v=Iexwrka_hys). (Model, Data and Experiment Tracking)
- awesome-datascience - Polyaxon
- awesome-python-applications - Repo - based platform for reproducible and scalable machine learning experiment management and metrics-tracking, based on kubernetes, with support for TensorFlow, PyTorch, Keras, and many more. `(ai, server)` (<a id="tag-dev" href="#tag-dev">Dev</a> / <a id="tag-dev-other" href="#tag-dev-other">Other Dev projects</a>)
- StarryDivineSky - polyaxon/polyaxon
README
[![License: Apache 2](https://img.shields.io/badge/License-apache2-blue.svg?style=flat&longCache=true)](LICENSE)
[![Polyaxon API](https://img.shields.io/docker/pulls/polyaxon/polyaxon-api)](https://hub.docker.com/r/polyaxon/polyaxon-api)
[![Slack](https://img.shields.io/badge/Slack-1.5k%20members-blue.svg?style=flat&logo=slack&longCache=true)](https://polyaxon.com/slack/)[![Docs](https://img.shields.io/badge/docs-stable-brightgreen.svg?style=flat&longCache=true)](https://polyaxon.com/docs/)
[![Release](https://img.shields.io/badge/release-v2.1.0-brightgreen.svg?longCache=true)](https://polyaxon.com/docs/releases/2-1/)
[![GitHub](https://img.shields.io/badge/issue_tracker-github-blue?style=flat&logo=github&longCache=true)](https://github.com/polyaxon/polyaxon/issues)
[![GitHub](https://img.shields.io/badge/roadmap-github-blue?style=flat&logo=github&longCache=true)](https://github.com/orgs/polyaxon/projects/5)[![CLI](https://github.com/polyaxon/polyaxon/actions/workflows/cli.yml/badge.svg)](https://github.com/polyaxon/polyaxon/actions/workflows/cli.yml)
[![Haupt](https://github.com/polyaxon/polyaxon/actions/workflows/haupt.yml/badge.svg)](https://github.com/polyaxon/polyaxon/actions/workflows/haupt.yml)
[![Hypertune](https://github.com/polyaxon/polyaxon/actions/workflows/hypertune.yml/badge.svg)](https://github.com/polyaxon/polyaxon/actions/workflows/hypertune.yml)
[![Traceml](https://github.com/polyaxon/polyaxon/actions/workflows/traceml.yml/badge.svg)](https://github.com/polyaxon/polyaxon/actions/workflows/traceml.yml)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/90c05b6b112548c1a88b950beceacb69)](https://www.codacy.com/app/polyaxon/polyaxon?utm_source=github.com&utm_medium=referral&utm_content=polyaxon/polyaxon&utm_campaign=Badge_Grade)# Reproduce, Automate, Scale your data science
Welcome to Polyaxon, a platform for building, training, and monitoring large scale deep learning applications.
We are making a system to solve reproducibility, automation, and scalability for machine learning applications.Polyaxon deploys into any data center, cloud provider, or can be hosted and managed by Polyaxon, and it supports all the major deep learning frameworks such as Tensorflow, MXNet, Caffe, Torch, etc.
Polyaxon makes it faster, easier, and more efficient to develop deep learning applications by managing workloads with smart container and node management. And it turns GPU servers into shared, self-service resources for your team or organization.
# Install
#### TL;DR;
* Install CLI
```bash
# Install Polyaxon CLI
$ pip install -U polyaxon
```* Create a deployment
```bash
# Create a namespace
$ kubectl create namespace polyaxon# Add Polyaxon charts repo
$ helm repo add polyaxon https://charts.polyaxon.com# Deploy Polyaxon
$ polyaxon admin deploy -f config.yaml# Access API
$ polyaxon port-forward
```Please check [polyaxon installation guide](https://polyaxon.com/docs/setup/)
# Quick start
#### TL;DR;
* Start a project
```bash
# Create a project
$ polyaxon project create --name=quick-start --description='Polyaxon quick start.'
```* Train and track logs & resources
```bash
# Upload code and start experiments
$ polyaxon run -f experiment.yaml -u -l
```* Dashboard
```bash
# Start Polyaxon dashboard
$ polyaxon dashboardDashboard page will now open in your browser. Continue? [Y/n]: y
```
* Notebook
```bash
# Start Jupyter notebook for your project
$ polyaxon run --hub notebook
```
* Tensorboard
```bash
# Start TensorBoard for a run's output
$ polyaxon run --hub tensorboard -P uuid=UUID
```
Please check our [quick start guide](https://polyaxon.com/docs/intro/quick-start/) to start training your first experiment.
# Distributed job
Polyaxon supports and simplifies distributed jobs.
Depending on the framework you are using, you need to deploy the corresponding operator, adapt your code to enable the distributed training,
and update your polyaxonfile.Here are some examples of using distributed training:
* [Distributed Tensorflow](https://polyaxon.com/docs/experimentation/distributed/tf-jobs/)
* [Distributed Pytorch](https://polyaxon.com/docs/experimentation/distributed/pytorch-jobs/)
* [Distributed MPI](https://polyaxon.com/docs/experimentation/distributed/mpi-jobs/)
* [Horovod](https://polyaxon.com/integrations/horovod/)
* [Spark](https://polyaxon.com/docs/experimentation/distributed/spark-jobs/)
* [Dask](https://polyaxon.com/docs/experimentation/distributed/dask-jobs/)# Hyperparameters tuning
Polyaxon has a concept for suggesting hyperparameters and managing their results very similar to Google Vizier called experiment groups.
An experiment group in Polyaxon defines a search algorithm, a search space, and a model to train.* [Grid search](https://polyaxon.com/docs/automation/optimization-engine/grid-search/)
* [Random search](https://polyaxon.com/docs/automation/optimization-engine/random-search/)
* [Hyperband](https://polyaxon.com/docs/automation/optimization-engine/hyperband/)
* [Bayesian Optimization](https://polyaxon.com/docs/automation/optimization-engine/bayesian-optimization/)
* [Hyperopt](https://polyaxon.com/docs/automation/optimization-engine/hyperopt/)
* [Custom Iterative Optimization](https://polyaxon.com/docs/automation/optimization-engine/iterative/)# Parallel executions
You can run your processing or model training jobs in parallel, Polyaxon provides a [mapping](https://polyaxon.com/docs/automation/mapping/) abstraction to manage concurrent jobs.
# DAGs and workflows
[Polyaxon DAGs](https://polyaxon.com/docs/automation/flow-engine/) is a tool that provides container-native engine for running machine learning pipelines.
A DAG manages multiple operations with dependencies. Each operation is defined by a component runtime.
This means that operations in a DAG can be jobs, services, distributed jobs, parallel executions, or nested DAGs.# Architecture
![Polyaxon architecture](artifacts/polyaxon_architecture.png)
# Documentation
Check out our [documentation](https://polyaxon.com/docs/) to learn more about Polyaxon.
# Dashboard
Polyaxon comes with a dashboard that shows the projects and experiments created by you and your team members.
To start the dashboard, just run the following command in your terminal
```bash
$ polyaxon dashboard -y
```# Project status
Polyaxon is stable and it's running in production mode at many startups and Fortune 500 companies.
# Contributions
Please follow the contribution guide line: *[Contribute to Polyaxon](CONTRIBUTING.md)*.
# Research
If you use Polyaxon in your academic research, we would be grateful if you could cite it.
Feel free to [contact us](mailto:[email protected]), we would love to learn about your project and see how we can support your custom need.