Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.64 KB

File metadata and controls

19 lines (10 loc) · 1.64 KB

🤖 MLOps & LLM Engineering

Covers the complete MLOps lifecycle—from data ingestion and model training to deployment, monitoring, and continuous optimization—with an emphasis on reliability, scalability, and automation.

Complete MLOps sample project

  • 🛒 MLOps sample: Complete MLOps system for e-commerce product recommendations. Demonstrates end-to-end solution that trains ML models to predict product recommendations based on user behavior and features, deploys models to production using Azure Kubernetes Service (AKS), monitors model performance to detect drift and maintain accuracy, and automates the entire workflow with CI/CD pipelines.

Platform & Infrastructure

  • 🤖 Azure AI Foundry: Unified platform for building, deploying, and managing AI applications. Provides integrated tools for model development, fine-tuning, evaluation, and deployment with built-in safety and governance features.

🔄 Data Pipelines & Orchestration

  • 🏭 Azure Data Factory (ADF): Cloud-based data integration service for creating, scheduling, and orchestrating data pipelines. Essential for ETL/ELT processes, data movement, and transformation workflows in ML/AI projects.

🧱 Serving & Inference

  • 🔌 LiteLLM sample: lightweight gateway/proxy using the OpenAI-compatible API in front of multiple models/providers (ChatGPT/OpenAI, Azure OpenAI, Google Gemini, AWS Bedrock/Claude, …). This sample is currently configured to run with Azure AI Foundry. Ideal for quick POCs, local dev, cost-aware routing, and swapping models with minimal (or zero) code changes.