Skip to main content

Command Palette

Search for a command to run...

Open-source MLOps Python Libraries

Published
2 min readView as Markdown
A
AI data engineer wiring agents, infra, and unapologetic build logs


CategoryToolWhy It’s Awesome for Solo LLM WorkRelatable ExampleStatus
End-to-End MLOps SolutionsMLflowTracks experiments, model versions, and deployment workflows—perfect for tracking your progress.Keeping track of model fine-tuning iterations for a portco chatbot MVP.Fully open-source.
Data Wrangling, ETL Pipelinesn8nAutomates workflows like fetching API data or cleaning datasets—great for lean solo projects.Automating daily API calls to fetch job listings and preprocess for analysis.Source-available.
Model Development ToolsLangChainSimplifies building apps that use LLMs with tools like chains, agents, and memory.Creating an FAQ chatbot for a portco using company policy documents.Fully open-source.
LlamaIndexMakes it easy to retrieve data for LLMs from large documents or databases—key for RAG systems.Building a document chatbot that answers legal policy queries from PDFs.Fully open-source.
PyTorchFlexible framework for training and fine-tuning LLMs—widely used in research and production.Fine-tuning GPT models to recognize startup-specific keywords.Fully open-source.
TensorFlowAnother major framework for training LLMs, with robust deployment tools like TensorFlow Serving.Training a custom LLM for generating tailored fitness plans.Fully open-source.
Model Monitoring & EvaluationEvidently AITracks LLM performance over time, detects drift, and ensures reliability—critical for production.Monitoring a chatbot’s accuracy as user queries evolve.Fully open-source.
Visualization & DashboardsGrafanaVisualizes metrics, logs, and data pipelines—great for monitoring LLM systems or APIs.Displaying performance metrics for a portco’s LLM-based product.Fully open-source.
Parallel & Distributed ComputeRayScales up training, tuning, and deployment of LLMs by distributing workloads seamlessly.Running parallel hyperparameter searches to optimize a fine-tuned LLM.Fully open-source.
Data TransformationdbtHelps transform messy data into clean, structured datasets for training LLMs.Cleaning customer feedback data to fine-tune a customer support chatbot.Open-core.

More from this blog

Anix Lynch – Technical Notes & Engineering Playbooks

176 posts

Deploying mode 🚀 one csv at a time.