mlops-python-package
Production-ready MLOps package for training, tracking, and deploying ML models
All Skills in This Repository (7)
Pure Emerald Level IndicatorsMLOps Observability
Configure ML observability with MLflow, Evidently, and SHAP for drift detection and alerting.
MLOps Industrialization
Convert prototype notebooks into distributable Python packages with src layout.
MLOps Prototyping
Create structured, reproducible MLOps prototyping notebooks in Jupyter.
MLOps Validation
Enforce Python code quality and security with automated validation layers.
MLOps Automation
Scaffold MLOps projects with Justfile, Dockerfile, GitHub Actions, and MLflow.
MLOps Initialization
Automate MLOps project bootstrap with uv, git, and VS Code configuration.
MLOps Collaboration
Transform private MLOps projects into public resources with governance and release workflows.
Frequently Asked Questions
FAQPage SchemaHow to install mlops-python-package?▼
Run `npx skills add fmind/mlops-python-package --all -g -y` in your terminal to install all skills in this suite globally.
What does this MLOps package do?▼
It provides a production-shaped Python package that runs the full ML lifecycle: tuning, training, model promotion, inference, evaluation, and explanation, all tracked with MLflow.
How do I run training and inference jobs?▼
Each job is defined by a YAML file in the confs folder, and you run it with a single command like `uv run bikes confs/training.yaml`.
Does it work with AI coding agents?▼
Yes. The AGENTS.md file gives AI agents the full stack context, task commands, and conventions needed to work on the repository autonomously.
Can I deploy models with Docker using this package?▼
Yes. It includes a Dockerfile, docker-compose setup, and MLflow Projects support so you can build and ship reproducible model images.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core