All Projects → outerbounds → metaflowbot

outerbounds / metaflowbot

Licence: Apache-2.0 license
Slack bot for monitoring your Metaflow flows!

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to metaflowbot

cli
Polyaxon Core Client & CLI to streamline MLOps
Stars: ✭ 18 (-18.18%)
Mutual labels:  ml, mlops
vertex-ai-samples
Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud
Stars: ✭ 270 (+1127.27%)
Mutual labels:  ml, mlops
neptune-client
📒 Experiment tracking tool and model registry
Stars: ✭ 348 (+1481.82%)
Mutual labels:  ml, mlops
VickyBytes
Subscribe to this GitHub repo to access the latest tech talks, tech demos, learning materials & modules, and developer community updates!
Stars: ✭ 48 (+118.18%)
Mutual labels:  ml, mlops
hi-ml
HI-ML toolbox for deep learning for medical imaging and Azure integration
Stars: ✭ 150 (+581.82%)
Mutual labels:  ml, mlops
oomstore
Lightweight and Fast Feature Store Powered by Go (and Rust).
Stars: ✭ 76 (+245.45%)
Mutual labels:  ml, mlops
deepchecks
Test Suites for Validating ML Models & Data. Deepchecks is a Python package for comprehensively validating your machine learning models and data with minimal effort.
Stars: ✭ 1,595 (+7150%)
Mutual labels:  ml, mlops
Polyaxon
Machine Learning Platform for Kubernetes (MLOps tools for experimentation and automation)
Stars: ✭ 2,966 (+13381.82%)
Mutual labels:  ml, mlops
Metaflow
🚀 Build and manage real-life data science projects with ease!
Stars: ✭ 5,108 (+23118.18%)
Mutual labels:  ml, mlops
Hub
Dataset format for AI. Build, manage, & visualize datasets for deep learning. Stream data real-time to PyTorch/TensorFlow & version-control it. https://activeloop.ai
Stars: ✭ 4,003 (+18095.45%)
Mutual labels:  ml, mlops
Feast
Feature Store for Machine Learning
Stars: ✭ 2,576 (+11609.09%)
Mutual labels:  ml, mlops
Awesome Mlops
A curated list of references for MLOps
Stars: ✭ 7,119 (+32259.09%)
Mutual labels:  ml, mlops
Bentoml
Model Serving Made Easy
Stars: ✭ 3,064 (+13827.27%)
Mutual labels:  ml, mlops
Amulet
An ML-like functional programming language
Stars: ✭ 219 (+895.45%)
Mutual labels:  ml
COVID-Net
Launched in March 2020 in response to the coronavirus disease 2019 (COVID-19) pandemic, COVID-Net is a global open source, open access initiative dedicated to accelerating advancement in machine learning to aid front-line healthcare workers and clinical institutions around the world fighting the continuing pandemic. Towards this goal, our global…
Stars: ✭ 41 (+86.36%)
Mutual labels:  ml
Nyaggle
Code for Kaggle and Offline Competitions
Stars: ✭ 209 (+850%)
Mutual labels:  ml
Machine Learning
从零基础开始机器学习之旅
Stars: ✭ 209 (+850%)
Mutual labels:  ml
php-chess
A chess library for PHP.
Stars: ✭ 42 (+90.91%)
Mutual labels:  ml
Tensorflow
An Open Source Machine Learning Framework for Everyone
Stars: ✭ 161,335 (+733240.91%)
Mutual labels:  ml
Ml Examples
Arm Machine Learning tutorials and examples
Stars: ✭ 207 (+840.91%)
Mutual labels:  ml

Metaflowbot - Slack Bot for your Metaflow flows!

Metaflowbot makes it fun and easy to monitor your Metaflow runs, past and present. Imagine starting a training run that lasts for hours - you can now monitor it anywhere using Slack on your mobile device!

2021-08-09 15 57 31

The bot is easy to deploy: It is just a Python process with few external dependencies - no databases needed. Its security footprint is small as it uses only a tightly scoped set of Slack calls. During development you can run the bot on any workstation, so it is quick to iterate on custom actions and extend it to suit your needs. For production deployments the bot ships with a CloudFormation template for automating your deployments to AWS.

Communicating with the bot

There are two ways interact with the Metaflow bot. You can invite the bot on a channel or directly speak to it via direct message.

  • @flowey help : Help

  • @flowey tell me a joke

  • @flowey how to inspect : How to inspect

  • @flowey inspect HelloFlow : Inspect Runs of a particular Flow

  • @flowey inspect savin's HelloFlow: Inspect Runs of a particular Flow

  • @flowey inspect savin's HelloFlow tagged some_tag : Inspect Runs of a particular Flow

  • @flowey inspect HelloFlow/12 : Inspect an individual Run instance

  • @flowey inspect the latest run of HelloFlow : Inspect an individual Run instance

  • @flowey inspect savin's latest run of HelloFlow : Inspect an individual Run instance

If you require some customization for your deployment or need additional help, please feel free to reach out to us at http://slack.outerbounds.co. We are very happy to help!

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].