mlop
Mlop is a self-hosted monitoring & observability tool that provides platform for ML engineers to track metrics.
Overview
Next Generation Experimental Tracking for Machine Learning Operations Experiment tracking for machine learning mlop is a Machine Learning Operations (MLOps) framework. It provides self-hostable superior experimental tracking capabilities and lifecycle management for training ML models. To get started, try out our introductory notebook or get an account with us today! The project has 371 GitHub stars and is licensed under Apache-2.0.
Getting Started
Source: GitHub README
%pip install -Uq "mlop[full]"
import mlop
mlop.init(project="hello-world")
mlop.log(\{"e": 2.718\})
mlop.finish()
git clone --recurse-submodules https://github.com/mlop-ai/server.git; cd server
cp .env.example .env
sudo docker-compose --env-file .env up --build
Normalized Features
Source: tool-features-normalized.json
docker, docker compose, pip.
Deploy
Category
Replaces
Related Monitoring & Observability Tools
View all 92 →Firecrawl
94KTurn websites into LLM-ready data — scrape, crawl, and extract structured content from any website as clean markdown, JSON, or screenshots.
Uptime Kuma
84KFancy self-hosted uptime monitoring with 90+ notification services, status pages, and 20-second check intervals — the open-source UptimeRobot alternative.
Netdata
78KReal-time infrastructure monitoring with per-second metrics, 800+ integrations, built-in ML anomaly detection, and AI troubleshooting — using just 5% CPU and 150MB RAM.
Elasticsearch
76KThe distributed search and analytics engine that powers search at Netflix, eBay, and Uber — sub-millisecond queries across billions of documents, with vector search built in for AI/RAG applications.
Grafana
73KThe open-source observability platform for visualizing metrics, logs, and traces from Prometheus, Loki, Elasticsearch, and dozens more data sources.
Sentry
43KSentry is the leading error tracking and application performance monitoring platform, helping developers diagnose, fix, and optimize code across every stack.