mlflow/mlflow

每日信息看板 · 2026-02-19
开源项目
Category
github_search
Source
13
Score
2026-02-19T01:43:39Z
Published

AI 总结

MLflow 在 GitHub 展示其作为面向 AI/LLM 生产化的一体化开源平台,覆盖追踪、可观测、评测、注册与部署等全流程,重要性在于降低多框架与多环境落地复杂度并提升团队协作效率。
#GitHub #repo #开源项目 #MLflow #Agent

内容摘录

<h1 align="center" style="border-bottom: none">
 <a href="https://mlflow.org/">
 <img alt="MLflow logo" src="https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/logo.svg" width="200" />
 </a>
</h1>
<h2 align="center" style="border-bottom: none">Open-Source Platform for Productionizing AI</h2>

MLflow is an open-source developer platform to build AI/LLM applications and models with confidence. Enhance your AI applications with end-to-end **experiment tracking**, **observability**, and **evaluations**, all in one integrated platform.

<div align="center">

Python SDK
PyPI Downloads
License
<a href="https://twitter.com/intent/follow?screen_name=mlflow" target="_blank">
<img src="https://img.shields.io/twitter/follow/mlflow?logo=X&color=%20%23f5f5f5"
 alt="follow on X(Twitter)"></a>
<a href="https://www.linkedin.com/company/mlflow-org/" target="_blank">
<img src="https://custom-icon-badges.demolab.com/badge/LinkedIn-0A66C2?logo=linkedin-white&logoColor=fff"
 alt="follow on LinkedIn"></a>
Ask DeepWiki

</div>

<div align="center">
 <div>
 <a href="https://mlflow.org/"><strong>Website</strong></a> ·
 <a href="https://mlflow.org/docs/latest"><strong>Docs</strong></a> ·
 <a href="https://github.com/mlflow/mlflow/issues/new/choose"><strong>Feature Request</strong></a> ·
 <a href="https://mlflow.org/blog"><strong>News</strong></a> ·
 <a href="https://www.youtube.com/@mlflowoss"><strong>YouTube</strong></a> ·
 <a href="https://lu.ma/mlflow?k=c"><strong>Events</strong></a>
 </div>
</div>

<br>
🚀 Installation

To install the MLflow Python package, run the following command:
📦 Core Components

MLflow is **the only platform that provides a unified solution for all your AI/ML needs**, including LLMs, Agents, Deep Learning, and traditional machine learning.
💡 For LLM / GenAI Developers

<table>
 <tr>
 <td>
 <img src="https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/readme-tracing.png" alt="Tracing" width=100%>
 <div align="center">
 <br>
 <a href="https://mlflow.org/docs/latest/llms/tracing/index.html"><strong>🔍 Tracing / Observability</strong></a>
 <br><br>
 <div>Trace the internal states of your LLM/agentic applications for debugging quality issues and monitoring performance with ease.</div><br>
 <a href="https://mlflow.org/docs/latest/genai/tracing/quickstart/">Getting Started →</a>
 <br><br>
 </div>
 </td>
 <td>
 <img src="https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/readme-llm-eval.png" alt="LLM Evaluation" width=100%>
 <div align="center">
 <br>
 <a href="https://mlflow.org/docs/latest/genai/eval-monitor/"><strong>📊 LLM Evaluation</strong></a>
 <br><br>
 <div>A suite of automated model evaluation tools, seamlessly integrated with experiment tracking to compare across multiple versions.</div><br>
 <a href="https://mlflow.org/docs/latest/genai/eval-monitor/">Getting Started →</a>
 <br><br>
 </div>
 </td>
 </tr>
 <tr>
 <td>
 <img src="https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/readme-prompt.png" alt="Prompt Management">
 <div align="center">
 <br>
 <a href="https://mlflow.org/docs/latest/genai/prompt-version-mgmt/prompt-registry/"><strong>🤖 Prompt Management</strong></a>
 <br><br>
 <div>Version, track, and reuse prompts across your organization, helping maintain consistency and improve collaboration in prompt development.</div><br>
 <a href="https://mlflow.org/docs/latest/genai/prompt-registry/create-and-edit-prompts/">Getting Started →</a>
 <br><br>
 </div>
 </td>
 <td>
 <img src="https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/readme-logged-model.png" alt="MLflow Hero">
 <div align="center">
 <br>
 <a href="https://mlflow.org/docs/latest/genai/prompt-version-mgmt/version-tracking/"><strong>📦 App Version Tracking</strong></a>
 <br><br>
 <div>MLflow keeps track of many moving parts in your AI applications, such as models, prompts, tools, and code, with end-to-end lineage.</div><br>
 <a href="https://mlflow.org/docs/latest/genai/version-tracking/quickstart/">Getting Started →</a>
 <br><br>
 </div>
 </td>
 </tr>
</table>
🎓 For Data Scientists

<table>
 <tr>
 <td colspan="2" align="center" >
 <img src="https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/readme-experiment.png" alt="Tracking" width=50%>
 <div align="center">
 <br>
 <a href="https://mlflow.org/docs/latest/ml/tracking/"><strong>📝 Experiment Tracking</strong></a>
 <br><br>
 <div>Track your models, parameters, metrics, and evaluation results in ML experiments and compare them using an interactive UI.</div><br>
 <a href="https://mlflow.org/docs/latest/ml/tracking/quickstart/">Getting Started →</a>
 <br><br>
 </div>
 </td>
 </tr>
 <tr>
 <td>
 <img src="https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/readme-model-registry.png" alt="Model Registry" width=100%>
 <div align="center">
 <br>
 <a href="https://mlflow.org/docs/latest/ml/model-registry/"><strong>💾 Model Registry</strong></a>
 <br><br>
 <div> A centralized model store designed to collaboratively manage the full lifecycle and deployment of machine learning models.</div><br>
 <a href="https://mlflow.org/docs/latest/ml/model-registry/tutorial/">Getting Started →</a>
 <br><br>
 </div>
 </td>
 <td>
 <img src="https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/readme-deployment.png" alt="Deployment" width=100%>
 <div align="center">
 <br>
 <a href="https://mlflow.org/docs/latest/ml/deployment/"><strong>🚀 Deployment</strong></a>
 <br><br>
 <div> Tools for seamless model deployment to batch and real-time scoring on platforms like Docker, Kubernetes, Azure ML, and AWS SageMaker.</div><br>
 <a href="https://mlflow.org/docs/latest/ml/deployment/">Getting Started →</a>
 <br><br>
 </div>
 </td>
 </tr>
</table>
🌐 Hosting MLflow Anywhere

<div align="center" >
 <img src="https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/readme-providers.png" alt="Providers" width=100%>
</div>

You can ru…