All Projects → neptune-ai → neptune-mlflow

neptune-ai / neptune-mlflow

Licence: Apache-2.0 license
Neptune integration with MLflow

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to neptune-mlflow

comet-for-mlflow
Comet-For-MLFlow Extension
Stars: ✭ 48 (+77.78%)
Mutual labels:  machine-learning-platform, mlflow
dash-network-deploy
Tools for Dash networks deployment and testing
Stars: ✭ 17 (-37.04%)
Mutual labels:  platform
skeleton
Project template for starting your new project based on the Sulu content management system
Stars: ✭ 180 (+566.67%)
Mutual labels:  platform
lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡
Stars: ✭ 1,905 (+6955.56%)
Mutual labels:  mlflow
OpenIoT
Open source IoT platform for makers
Stars: ✭ 31 (+14.81%)
Mutual labels:  platform
geokey
Platform for participatory mapping
Stars: ✭ 53 (+96.3%)
Mutual labels:  platform
k3ai
A lightweight tool to get an AI Infrastructure Stack up in minutes not days. K3ai will take care of setup K8s for You, deploy the AI tool of your choice and even run your code on it.
Stars: ✭ 105 (+288.89%)
Mutual labels:  mlflow
Motoro
Smart contracts for decentralized rentals of vehicles.
Stars: ✭ 96 (+255.56%)
Mutual labels:  platform
porter
Multi-region blue-green Docker deployments and a whole lot more
Stars: ✭ 43 (+59.26%)
Mutual labels:  platform
mlflow-tracking-server
MLFLow Tracking Server based on Docker and AWS S3
Stars: ✭ 59 (+118.52%)
Mutual labels:  mlflow
cartpole-rl-remote
CartPole game by Reinforcement Learning, a journey from training to inference
Stars: ✭ 24 (-11.11%)
Mutual labels:  mlflow
actlist
📦 Actlist is a utility platform to execute your own action list easily and simply.
Stars: ✭ 85 (+214.81%)
Mutual labels:  platform
mlflow-docker
Ready to run docker-compose configuration for ML Flow with Mysql and Minio S3
Stars: ✭ 146 (+440.74%)
Mutual labels:  mlflow
actions-ml-cicd
A Collection of GitHub Actions That Facilitate MLOps
Stars: ✭ 181 (+570.37%)
Mutual labels:  machine-learning-platform
notify
Send emails and text messages to your users if you work in Australian government
Stars: ✭ 15 (-44.44%)
Mutual labels:  platform
hoffnung3000
Platform for decentralized, anonymized, self-curated festivals
Stars: ✭ 27 (+0%)
Mutual labels:  platform
hermes-protocol
Definition of the Hermes protocol used by the Snips platform
Stars: ✭ 38 (+40.74%)
Mutual labels:  platform
hex
An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Stars: ✭ 48 (+77.78%)
Mutual labels:  platform
ml-pipeline
Using Kafka-Python to illustrate a ML production pipeline
Stars: ✭ 90 (+233.33%)
Mutual labels:  mlflow
visual-layout
Visual low code platform, quick generation UI.
Stars: ✭ 66 (+144.44%)
Mutual labels:  platform

neptune-mlflow

Build Status

mlflow neptune.ai integration

Overview

neptune-mflow integrates mlflow with Neptune to let you get the best of both worlds. Enjoy tracking and reproducibility of mlflow with organization and collaboration of Neptune.

With neptune-mlflow you can have your mlflow experiment runs hosted in a beautiful knowledge repo that lets you invite and manage project contributors.

All you need to do is go to your mlflow project and run:

neptune mlflow --project USER_NAME/PROJECT_NAME

and you have your experiments organized:

image

and easily shareable with the world:

image

Documentation

See neptune-mlflow docs for more info.

Get started

Register

Go to neptune.ai and sign up.

It is completely free for individuals and non-organizations, and you can invite others to join your team!

Get your API token

In order to start working with Neptune you need to get the API token first. To do that, click on the Get API Token button on the top left.

image

Set NEPTUNE_API_TOKEN environment variable

Go to your console and run:

export NEPTUNE_API_TOKEN='your_long_api_token'

Create your first project

Click on Projects and the New project. Choose a name for it and whether you want it public or private.

image

Install lib

pip install neptune-mlflow

Sync your mlruns with Neptune

neptune mlflow --project USER_NAME/PROJECT_NAME

Explore and Share

You can now explore and organize your experiments in Neptune:

image

And share it with anyone by sending a link to your project, experiment or chart if it is public or invite people to your project if you want to keep it private!

image

Getting help

If you get stuck, don't worry we are here to help. The best order of communication is:

Contributing

If you see something that you don't like you are more than welcome to contribute! There are many options:

  • Participate in discussions on neptune community spectrum
  • Submit a feature request or a bug here, on Github
  • Submit a pull request that deals with an open feature-request or bug
  • Spread a word about neptune-contrib in your community
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].