Merge pull request #2 from B-Step62/patch-1

Add MLflow for LLM monitoring
This commit is contained in:
Kalyan KS
2025-03-16 13:34:03 +05:30
committed by GitHub

View File

@@ -223,6 +223,7 @@ This repository contains a curated list of 120+ LLM libraries category wise.
| Library | Description | Link |
|----------------------|-------------------------------------------------------------------------------------------------|-------|
| MLflow | An open-source end-to-end MLOps/LLMOps Platform for tracking, evaluating, and monitoring LLM applications. | [Link](https://github.com/mlflow/mlflow) |
| Opik | An open-source end-to-end LLM Development Platform which also includes LLM monitoring. | [Link](https://github.com/comet-ml/opik) |
| LangSmith | Provides tools for logging, monitoring, and improving your LLM applications. | [Link](https://github.com/langchain-ai/langsmith-sdk) |
| Weights & Biases (W&B) | W&B provides features for tracking LLM performance. | [Link](https://github.com/wandb) |