riversongs Posted June 30 Report Share Posted June 30 Free Download Udemy - Become An Llm & Agentic Ai Engineer 14-Day Bootcamp - 2025Published 5/2025MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHzLanguage: English | Size: 26.29 GB | Duration: 24h 7mMaster Large Language Models, Hugging Face, AutoGen, CrewAI, LangChain, N8N, OpenAI Agents SDK, LangGraph, Gradio, & MCPWhat you'll learnUnderstand the foundations of Large Language Models (LLMs) and Agentic AI, including how LLMs are trained, fine-tuned, and deployed.Create and deploy intelligent autonomous AI agents using cutting-edge frameworks like AutoGen, OpenAI Agents SDK, LangGraph, n8n, and MCP.Explore and benchmark open-source LLMs such as LLama, DeepSeek, Qwen, Phi, and Gemma using Hugging Face and LM Studio.Develop real-world applications using API access to OpenAI, Gemini, and Claude for text generation and vision tasks.Apply a proven 5-step framework to select the right AI model for your business: maximizing cost-efficiency, minimizing latency, & accelerating time to market.Evaluate LLMs using leaderboards like Vellum and Chat Arena, and conduct blind tests to objectively assess AI model performance.Design Retrieval-Augmented Generation (RAG) pipelines using LangChain, OpenAI embeddings, & ChromaDB for efficient document retrieval & question answering.Build an interactive, transparent AI-powered Q&A system with a Gradio interface that displays answers along with source citations for enhanced user trust.Master data validation & structured output generation using the Pydantic library, including BaseModel, type hints, & parsed output creation from OpenAI models.Build an AI-powered resume editor that analyzes gaps between a resume & job description & automatically tailors resumes/cover letters for targeted applications.Learn how to fine-tune pre-trained open-source LLMs using parameter-efficient methods like LoRA and tools such as Hugging Face's TRL and SFTTrainer.Master dataset preparation and model evaluation techniques, including calculating accuracy, precision, recall, and F1-score using scikit-learn.Apply key components in Hugging Face Transformers library such as pipeline( ), AutoTokenizer( ), and AutoModelForCausalLM( ).Gain practical experience working with open-source datasets/models on Hugging Face, & apply quantization techniques like bitsandbytes to optimize Performance.Master advanced prompt engineering techniques such as zero-shot, few-shot, and chain-of-thought prompting.Deploy multi-model AI agents using AutoGen, integrating LLMs from OpenAI, Gemini, & Claude, enabling agent collaboration & human-in-the-loop oversight.Develop and deploy agentic AI workflows using LangGraph, mastering concepts like states, edges, conditional logic, and multi-stage nodes.Design & build AI-powered booking agents using LangGraph, enabling automated search & recommendation of flights & hotels through integration with external APIs.Build a data science agent team using CrewAI, creating specialized agents for workflow planning, data analysis, model building, and predictive analytics.Design and automate end-to-end Agentic AI workflows using n8n, integrating services like Gmail, Google Sheets, Google Calendar, and OpenAI.Build an advanced AI tutor system using Model-Context-Protocol (MCP) and OpenAI Agents SDK, enabling dynamic tool interoperability.RequirementsYou will need a laptop and an internet connection!No programming experience required; basic Python skills are a plus.DescriptionThe AI revolution is accelerating at an unimaginable pace, and those who master Large Language Models (LLMs) and Agentic AI will define the future of technology. The "Become an LLM & Agentic AI Engineer Bootcamp" is an intensive, 14-day hands-on program designed to equip professionals and enthusiasts with the skills needed to build real-world AI applications. Whether you're a developer, data scientist, researcher, or technology leader, this bootcamp provides the tools and knowledge to navigate and innovate in this fast-evolving space confidently.You will begin by exploring the foundations of LLMs and agent frameworks, including how to benchmark models using LM Studio. The course then guides you through working with powerful closed-source APIs from providers like OpenAI, Gemini, and Claude. You will learn how to structure system and user messages, understand tokenization, and control outputs to build projects such as AI-powered text generators and vision-enabled calorie trackers.As you advance, you'll dive into the world of open-source LLMs. You will fine-tune models on Hugging Face using state-of-the-art techniques like LoRA and Parameter-Efficient Fine-Tuning (PEFT). Alongside this, you'll gain experience designing AI-powered web applications using Gradio, creating interactive streaming apps, and building intelligent AI tutors.A core component of the bootcamp focuses on mastering prompt engineering, including zero-shot, few-shot, and chain-of-thought prompting techniques to achieve consistent and controlled outputs. You'll also explore advanced capabilities such as building Retrieval-Augmented Generation (RAG) pipelines and working with embeddings for semantic search and knowledge retrieval.The program concludes with the development of next-generation AI agents. You will use frameworks like AutoGen, OpenAI Agents SDK, LangGraph, n8n, and MCP to create autonomous agents capable of interacting with external systems, APIs, and other digital tools. Each module emphasizes building practical, working projects that reinforce the learning objectives and prepare you for real-world deployment.This bootcamp is led by Dr. Ryan Ahmed, a highly experienced AI professor and educator who has taught over half a million learners globally. It is ideal for software engineers, data scientists, AI researchers, and technology professionals who want to break into the LLM and AI agent development space.The format of the program emphasizes project-based learning with step-by-step guidance, community interaction, and access to mentorship and continuous feedback. From Day 1, you'll be building real-world applications, positioning yourself at the forefront of this transformative field.Enroll today, and I look forward to seeing you inside!OverviewSection 1: Welcome to the Bootcamp!Lecture 1 Instructor Introduction and LLM in Action!Lecture 2 Download the Bootcamp MaterialsLecture 3 Bootcamp OutlineLecture 4 Key Success TipsSection 2: -------PART A: CLOSED-SOURCE LLMs, GRADIO, & BENCHMARKING-------Lecture 5 Welcome to Part A of the Bootcamp!Section 3: Day 1: Develop a Character AI Chatbot Using OpenAI APILecture 6 Task 1. Character AI Chatbot Project Introduction & Key Learning ObjectivesLecture 7 Task 2. Download Anaconda and Configure OpenAI APILecture 8 Task 3. Our First Chat with OpenAI APILecture 9 Practice Opportunity Question: Test OpenAI API for Text GenerationLecture 10 Practice Opportunity Solution: Test OpenAI API for Text GenerationLecture 11 Task 4. Understand OpenAI API response Structure & Token UsageLecture 12 Practice Opportunity Question: OpenAI Tokenizer ToolLecture 13 Practice Opportunity Solution: OpenAI Tokenizer ToolLecture 14 Task 5. Giving Our AI Chatbot a Personality Using the System Message!Lecture 15 Practice Opportunity Question: Changing AI PersonalitiesLecture 16 Practice Opportunity Solution: Changing AI PersonalitiesLecture 17 Conclusion, Summary, and Thank You!Section 4: Day 2: Build an AI Calorie Tracker Using OpenAI API (Vision GPTs)Lecture 18 Task 1. AI Calorie Tracker Project Introduction & Key Learning ObjectivesLecture 19 Task 2. Read a Sample Image Using Python's Pillow (PIL) LibraryLecture 20 Practice Opportunity Question: Read & View Images Using PILLecture 21 Practice Opportunity Solution: Read & View Images Using PILLecture 22 Task 3. Understand Prompt Engineering FundamentalsLecture 23 Practice Opportunity Question: Prompt Engineering FundamentalsLecture 24 Practice Opportunity Solution: Prompt Engineering FundamentalsLecture 25 Task 4. Perform Image Recognition Using OpenAI API's Vision GPT Models (Part A)Lecture 26 Task 4. Perform Image Recognition Using OpenAI API's Vision GPT Models (Part B)Lecture 27 Practice Opportunity Question: Calling OpenAI API's Vision GPT ModelsLecture 28 Practice Opportunity Solution: Calling OpenAI API's Vision GPT ModelsLecture 29 Task 5. Obtain the Calorie Count of Food Images Using Vision GPT ModelsLecture 30 Practice Opportunity Question: Expand API Payload to include Nutritional ValueLecture 31 Practice Opportunity Solution: Expand API Payload to include Nutritional ValueLecture 32 Conclusion, Summary, & Thank You Message!Section 5: Day 3: Build an Adaptive LLM/AI Tutor with Gradio for Multi-level LearningLecture 33 Task 1. Introduction & Key Learning Objectives - Adaptive AI Tutor with GradioLecture 34 Task 2. Learn Gradio 101 & Showcase Capabilities (Maps, Images, & Streaming)Lecture 35 Task 3. Build and Test an AI Tutor Function (Without Gradio)Lecture 36 Practice Opportunity Question: Test AI Tutor Function with Many PersonalitiesLecture 37 Practice Opportunity Solution: Test AI Tutor Function with Many PersonalitiesLecture 38 Task 4. Build an Interactive Interface Using Gradio (No Streaming)Lecture 39 Practice Opportunity Question: Configure Gradio Interface ComponentsLecture 40 Practice Opportunity Solution: Configure Gradio Interface ComponentsLecture 41 Task 5. Add Streaming for an Enhanced Chat Experience in GradioLecture 42 Practice Opportunity Question: Streaming for an Enhanced Chat ExperienceLecture 43 Practice Opportunity Solution: Streaming for an Enhanced Chat ExperienceLecture 44 Task 6. Build a Multi-Level AI Tutor in Gradio with Explanation Level SliderLecture 45 Practice Opportunity Question: Testing AI Tutor Slider Levels & Einstein Mode!Lecture 46 Practice Opportunity Solution: Testing AI Tutor Slider Levels & Einstein Mode!Lecture 47 Conclusion, Summary, & Thank You Message!Section 6: Day 4: Build Websites with Claude, Gemini, & OpenAI & LLMs LeaderboardsLecture 48 Task 1. Introduction & Module Objectives - Build Websites & LLMs LeaderboardsLecture 49 Task 2. LLM Comparison, Benchmarks, & Vellum LeaderboardLecture 50 Practice Opportunity Question: Vellum Leaderboard & LLMs BenchmarkingLecture 51 Practice Opportunity Solution: Vellum Leaderboard & LLMs BenchmarkingLecture 52 Task 3. Exploring Chatbot Arena and Blind AI/LLMs Models TestingLecture 53 Practice Opportunity Question: Blind AI Testing Using Chatbot ArenaLecture 54 Practice Opportunity Solution: Blind AI Testing Using Chatbot ArenaLecture 55 Task 4. Setup API Key & Compare Math & Creative abilities of Claude, Gemini, GPTLecture 56 Practice Opportunity Question: Compare LLMs Coding AbilitiesLecture 57 Practice Opportunity Solution: Compare LLMs Coding AbilitiesLecture 58 Task 5. Define the Startup Idea & Structure the PromptLecture 59 Practice Opportunity Question: Prompt Structuring for HTML GenerationLecture 60 Practice Opportunity Solution: Prompt Structuring for HTML GenerationLecture 61 Task 6. Generate Websites & HTML Landing Pages with OpenAI APILecture 62 Practice Opportunity Question: HTML Landing Pages GenerationLecture 63 Practice Opportunity Solution: HTML Landing Pages GenerationLecture 64 Task 7. Generate HTML Landing Pages with Google Gemini-2.0-Flash APILecture 65 Practice Opportunity Question: Compare Gemini Vs. OpenAI Website GenerationLecture 66 Practice Opportunity Solution: Compare Gemini Vs. OpenAI Website GenerationLecture 67 Task 8. Generate HTML Landing Pages with Anthropic Claude 3.7 SonnetLecture 68 Practice Opportunity Question: Website Design with LLM (Claude by Anthropic)Lecture 69 Practice Opportunity Solution: Website Design with LLM (Claude by Anthropic)Lecture 70 Conclusion, Summary, & Thank You Message!Section 7: -------PART B: OPEN-SOURCE LLMs, HUGGING FACE, RAG & FINE-TUNING-------Lecture 71 Welcome to Part B of this Bootcamp!Section 8: Day 5: Hugging Face Open-Source ModelsLecture 72 Task 1. Project Overview: Chat with Documents Using Open-Source LLMsLecture 73 Task 2. Explore Hugging Face Models, Datasets, and SpacesLecture 74 Practice Opportunity Question: Explore Hugging FaceLecture 75 Practice Opportunity Solution: Explore Hugging FaceLecture 76 Task 3. Install Key Libraries & Setup Access Tokens for Hugging FaceLecture 77 Practice Opportunity Question: GPU Access Check on Google ColabLecture 78 Practice Opportunity Solution: GPU Access Check on Google ColabLecture 79 Task 4. Hugging Face Transformers Library: PipelinesLecture 80 Practice Opportunity Question: Transformers PipelinesLecture 81 Practice Opportunity Solution: Transformers PipelinesLecture 82 Task 5. Hugging Face Transformers Library: AutoTokenizersLecture 83 Practice Opportunity Question: Transformers Library AutoTokenizerLecture 84 Practice Opportunity Solution: Transformers Library AutoTokenizerLecture 85 Task 6. Hugging Face Transformers Library: AutoModelForCasualLMLecture 86 Practice Opportunity Question: Transformers AutoModelForCasualLMLecture 87 Practice Opportunity Solution: Transformers AutoModelForCasualLMLecture 88 Task 7. Read PDF Documents & Extract Content Using PyPDF LibraryLecture 89 Practice Opportunity Question: PyPDF LibraryLecture 90 Practice Opportunity Solution: PyPDF LibraryLecture 91 Task 8. Build the Q&A Logic & Prompt the LLM (Microsoft Phi-4-mini)Lecture 92 Practice Opportunity Question: Test the Q&A Pipeline with Open-Source LLMLecture 93 Practice Opportunity Solution: Test the Q&A Pipeline with Open-Source LLMLecture 94 Task 9. Switch LLMs (LLama, Phi, & Gemma) & Build Gradio InterfaceLecture 95 Practice Opportunity Question: Testing Qwen Open-Source LLMLecture 96 Practice Opportunity Solution: Testing Qwen Open-Source LLMLecture 97 Conclusion & Thank You!Section 9: Day 6: Reasoning Open-Source LLMs on Hugging Face & Model LeaderboardsLecture 98 Task 1. Introduction and Module Objectives - Reasoning LLMs on Hugging FaceLecture 99 Task 2. Explore Hugging Face Datasets Library & Install Key LibrariesLecture 100 Practice Opportunity Question: Explore Hugging Face DatasetsLecture 101 Practice Opportunity Solution: Explore Hugging Face DatasetsLecture 102 Task 3. Load Financial News Datasets from Hugging FaceLecture 103 Practice Opportunity Question: Explore Financial News DatasetsLecture 104 Practice Opportunity Solution: Explore Financial News DatasetsLecture 105 Task 4. Load and Test DeepSeek Reasoning Model - Part 1Lecture 106 Task 4. Load and Test DeepSeek Reasoning Model - Part 2Lecture 107 Practice Opportunity Question: Test Math Capabilities of DeepSeekLecture 108 Practice Opportunity Solution: Test Math Capabilities of DeepSeekLecture 109 Task 5. A Framework for Choosing the right AI Model for Your Business - Part 1Lecture 110 Task 5. A Framework for Choosing the right AI Model for Your Business - Part 2Lecture 111 Task 6. Model Leaderboards and Old/New Model Benchmarks - Part 1Lecture 112 Task 6. Model Leaderboards and Old/New Model Benchmarks - Part 2Lecture 113 Task 7. Prompting DeepSeek for Reasoning and ClassificationLecture 114 Practice Opportunity Question: Analyze News Sentiment with DeepSeekLecture 115 Practice Opportunity Solution: Analyze News Sentiment with DeepSeekLecture 116 Task 8. Building Gradio InterfaceLecture 117 Conclusion and Thank You!Section 10: Day 7: Build Retrieval Augmented Generation (RAG) Pipelines in LangChainLecture 118 Task 1. Introduction & Module Objectives - Build RAG Pipelines in LangChainLecture 119 Task 2. Understand Retrieval Augmented Generation (RAG) & Why Use itLecture 120 Task 3. LangChain 101 & Key FeaturesLecture 121 Task 4. Setup, Gather RAG Tools & Load DatasetsLecture 122 Practice Opportunity Question: LangChain Textloader TestingLecture 123 Practice Opportunity Solution: LangChain Textloader TestingLecture 124 Task 5. Splitting (Chunking) Documents Using LangChain Text SplitterLecture 125 Practice Opportunity Question: Configuring RecursiveCharacterTextSplitterLecture 126 Practice Opportunity Solution: Configuring RecursiveCharacterTextSplitterLecture 127 Task 6. Embeddings and Vector Store CreationLecture 128 Practice Opportunity Question: Tensorflow Embeddings ProjectorLecture 129 Practice Opportunity Solution: Tensorflow Embeddings ProjectorLecture 130 Task 7. Testing the Retrieval PipelineLecture 131 Practice Opportunity Question: Retrieval Pipeline TestingLecture 132 Practice Opportunity Solution: Retrieval Pipeline TestingLecture 133 Task 8. Building and Testing RAG Pipeline in LangChainLecture 134 Practice Opportunity Question: RetrievalQAWithSourcesChain ParametersLecture 135 Practice Opportunity Solution: RetrievalQAWithSourcesChain ParametersLecture 136 Task 9. Creating Gradio Interface for Our RAG PipelineLecture 137 Practice Opportunity Question: Gradio Interface Configuration & TestingLecture 138 Practice Opportunity Solution: Gradio Interface Configuration & TestingLecture 139 Conclusion, Summary, & Thank You Message!Section 11: Day 8: Build a Resume & Cover Letter AI Assistant with OpenAI & PydanticLecture 140 Task 1. Introduction to Resume & Cover Letter Building Project with PydanticLecture 141 Task 2. Pydantic 101 & Python Type HintsLecture 142 Practice Opportunity Question: Pydantic ModelsLecture 143 Practice Opportunity Solution: Pydantic ModelsLecture 144 Task 3. Generate Parsed Structured Output from OpenAI API with PydanticLecture 145 Practice Opportunity Question: Structured Output with OpenAI API & PydanticLecture 146 Practice Opportunity Solution: Structured Output with OpenAI API & PydanticLecture 147 Task 4. Define LLM Inputs Including Job Description & Original ResumeLecture 148 Practice Opportunity Question: Modify Job DescriptionLecture 149 Practice Opportunity Solution: Modify Job DescriptionLecture 150 Task 5. Enhance Resume with OpenAI's GPT-4.oLecture 151 Practice Opportunity Question: Gemini API TestingLecture 152 Practice Opportunity Solution: Gemini API TestingLecture 153 Task 6. Perform Resume & Job Description Gap Analysis with LLMsLecture 154 Practice Opportunity Question: Modify Functions to Include AI SkillsLecture 155 Practice Opportunity Solution: Modify Functions to Include AI SkillsLecture 156 Task 7. Generate a New Tailored Resume by AI with Change Tracking (Pydantic)Lecture 157 Practice Opportunity Question: Generate Resume Function TestingLecture 158 Practice Opportunity Solution: Generate Resume Function TestingLecture 159 Task 8. Generate a Custom Cover LetterLecture 160 Practice Opportunity Question: Generate Cover Letter Function TestingLecture 161 Practice Opportunity Solution: Generate Cover Letter Function TestingLecture 162 Task 9. Unified Resume and Cover Letter Generation FunctionLecture 163 Practice Opportunity Question: Test the Entire Workflow with New DataLecture 164 Practice Opportunity Solution: Test the Entire Workflow with New DataLecture 165 Concluding Remarks and Thank You!Section 12: Day 9: Fine-Tuning of Large Language Models with LORA, SFTTrainer, PEFT, & TRLLecture 166 Task 1. Project Introduction and Welcome Message: Fine-Tuning of LLMsLecture 167 Task 2. Import Key Libraries and DatasetsLecture 168 Practice Opportunity Question: GPU Detection Tesla T4 & A100Lecture 169 Practice Opportunity Solution: GPU Detection Tesla T4 & A100Lecture 170 Task 3. Load and Prepare the Financial News DatasetsLecture 171 Practice Opportunity Question: Explore Data Imbalance & Seaborn CountplotLecture 172 Practice Opportunity Solution: Explore Data Imbalance & Seaborn CountplotLecture 173 Task 4. Format the Data into Supervised Fine-Tuning (SFT) Trainer FormatLecture 174 Practice Opportunity Question: Formatting DeepSeek Models in SFTTrainer FormatLecture 175 Practice Opportunity Solution: Formatting DeepSeek Models in SFTTrainer FormatLecture 176 Task 5. Understand Confusion Matrix & Classification KPIs (Precision, recall,..)Lecture 177 Task 6. Perform Zero-Shot Classification With Base Model (Inference) - Part 1Lecture 178 Task 6. Perform Zero-Shot Classification With Base Model (Inference) - Part 2Lecture 179 Practice Opportunity Question: Zero-Shot Inference on Base ModelLecture 180 Practice Opportunity Solution: Zero-Shot Inference on Base ModelLecture 181 Task 7. Perform LLMs fine-tuning Using PEFT, LORA, & SFTTrainerLecture 182 Task 8. Evaluate Fine-Tuned Large Language ModelsLecture 183 Practice Opportunity Question: Plot Confusion Matrix & KPIs for Fine-Tuned LLMLecture 184 Practice Opportunity Solution: Plot Confusion Matrix & KPIs for Fine-Tuned LLMLecture 185 Conclusion, Summary, & Thank You!Section 13: -------PART C: AI AGENTS WITH LANGGRAPH, AUTOGEN, CREWAI, N8N, & MCP-------Lecture 186 Welcome to Part C of this bootcamp!Section 14: Day 10: Build Multi-Model AI Agent Teams Using AutoGenLecture 187 Task 1. Introduction & Module Objectives - Build AI Agents Teams with AutoGenLecture 188 Task 2. Understand AutoGen Capabilities & Key FeaturesLecture 189 Practice Opportunity Question: AI Agents Teams DesignLecture 190 Practice Opportunity Solution: AI Agents Teams DesignLecture 191 Task 3. Create Our First AI Agents in AutoGen with OpenAI GPT-4oLecture 192 Practice Opportunity Question: Building AI Agents in AutoGenLecture 193 Practice Opportunity Solution: Building AI Agents in AutoGenLecture 194 Task 4. Test AI Agents Conversations with Similar LLM (OpenAI GPT-4o)Lecture 195 Practice Opportunity Question: Modify initiate_chat() Function ParametersLecture 196 Practice Opportunity Solution: Modify initiate_chat() Function ParametersLecture 197 Task 5. Configure Multi-Model AI Agents in AutoGen with Gemini & OpenAI's GPT-4oLecture 198 Practice Opportunity Question: Configure AI Agents using Anthropic's ClaudeLecture 199 Practice Opportunity Solution: Configure AI Agents using Anthropic's ClaudeLecture 200 Task 6. Trigger Multi-Model AI Agents Conversations in AutoGenLecture 201 Practice Opportunity Question: Adjusting AI Agent's Creativity LevelLecture 202 Practice Opportunity Solution: Adjusting Agent's Creativity LevelLecture 203 Task 7. Adding Human (User Proxy Agent) & Leveraging Group ChatLecture 204 Practice Opportunity Question: Adding Claude's Social Media Strategist to ChatLecture 205 Practice Opportunity Solution: Adding Claude's Social Media Strategist to ChatLecture 206 Conclusion, Summary, & Thank You Message!Section 15: Day 11: Building AI Agentic Workflows in LangGraphLecture 207 Task 1. Project Introduction - Building Agentic Workflows in LangGraphLecture 208 Task 2. Understand LangGraph Components (Nodes, Edges, & State Graph) & FeaturesLecture 209 Task 3. Build Your First Agentic AI Workflow in LangGraph - Part 1Lecture 210 Task 3. Build Your First Agentic AI Workflow in LangGraph - Part 2Lecture 211 Practice Opportunity Question: Test Summarization AI Agent in LangGraphLecture 212 Practice Opportunity Solution: Test Summarization AI Agent in LangGraphLecture 213 Task 4. Build Multi Node Agentic Workflow in LangGraphLecture 214 Practice Opportunity Question: Add a New Node (Sentiment) to Agentic WorkflowLecture 215 Practice Opportunity Solution: Add a New Node (Sentiment) to Agentic WorkflowLecture 216 Task 5. Develop Agentic AI Workflow with One Tool & Conditional Edges - Part 1Lecture 217 Task 5. Develop Agentic AI Workflow with One Tool & Conditional Edges - Part 2Lecture 218 Practice Opportunity Question: Calling Tools in LangGraphLecture 219 Practice Opportunity Solution: Calling Tools in LangGraphLecture 220 Task 6. Create and Add a New Custom Tool to LangGraph WorkflowsLecture 221 Practice Opportunity Question: Define New Custom Tools in LangGraphLecture 222 Practice Opportunity Solution: Define New Custom Tools in LangGraphLecture 223 Task 7. Leverage LangGraph to Perform Flight Search with Amadeus Tool & ToolNodeLecture 224 Practice Opportunity Question: Adding Hotel Search Tool Using AmadeusLecture 225 Practice Opportunity Solution: Adding Hotel Search Tool Using AmadeusLecture 226 Task 8. Bringing Everything Together & Building the AI Booking AgentLecture 227 Practice Opportunity Question: Test the AI Agent Booking ToolLecture 228 Practice Opportunity Solution: Test the AI Agent Booking ToolLecture 229 Task 9. Build a Gradio Integration for the Booking AI Agent in LangGraphLecture 230 Summary & Thank You!Section 16: Day 12: Build A Team of Data Science AI Agents Using CrewAILecture 231 Task 1. Project Intro - Build a Team of Data Scientists Using CrewAILecture 232 Task 2. Build Train and Evaluate ML Models Regression OverviewLecture 233 Task 2A. Project Introduction ML regressionLecture 234 Task 2B. Machine Learning Regression 101Lecture 235 Practice Opportunity Question: Regression 101Lecture 236 Practice Opportunity Solution: Regression 101Lecture 237 Task 2C. Import Libraries & Perform Data Inspection - Part 1Lecture 238 Task 2C. Import Libraries & Perform Data Inspection - Part 2Lecture 239 Practice Opportunity Question: Perform Data InspectionLecture 240 Practice Opportunity Solution: Perform Data InspectionLecture 241 Task 2D. Data Imputation & Handling Missing DatasetLecture 242 Practice Opportunity Question: Data Imputation & Handling Missing DatasetLecture 243 Practice Opportunity Solution: Data Imputation & Handling Missing DatasetLecture 244 Task 2E. Perform Exploratory Data Analysis (EDA) and VisualizationLecture 245 Practice Opportunity Question: EDA and VisualizationLecture 246 Practice Opportunity Solution: EDA and VisualizationLecture 247 Task 2F. Data Pre-Processing (One-Hot-Encoding & Train/Test Split)Lecture 248 Practice Opportunity Question: Data Pre-Processing & Train/Test SplitLecture 249 Practice Opportunity Solution: Data Pre-Processing & Train/Test SplitLecture 250 Task 2G. Build Linear Regression Models Using Scikit-Learn LibraryLecture 251 Practice Opportunity Question: Build Linear Regression ModelsLecture 252 Practice Opportunity Solution: Build Linear Regression ModelsLecture 253 Task 2H. Build Random Forest Regression Models Using Scikit-LearnLecture 254 Practice Opportunity Question: Build Random Forest & XG-Boost Regression ModelsLecture 255 Practice Opportunity Solution: Build Random Forest & XG-Boost Regression ModelsLecture 256 Task 2I. Feature Importance AnalysisLecture 257 Practice Opportunity Question: Feature Importance AnalysisLecture 258 Practice Opportunity Solution: Feature Importance AnalysisLecture 259 Task 3. Understand CrewAI Key Components (Agents, Tasks, Tools)Lecture 260 Task 4. Import and Test NotebookCodeExecutor ToolLecture 261 Practice Opportunity Question: Test NotebookCodeExecutor ToolLecture 262 Practice Opportunity Solution: Test NotebookCodeExecutor ToolLecture 263 Task 5. Define Multiple AI Agents in CrewAILecture 264 Practice Opportunity Question: Modify Existing AI AgentsLecture 265 Practice Opportunity Solution: Modify Existing AI AgentsLecture 266 Task 6. Define Key Tasks in CrewAI & Responsible AgentsLecture 267 Task 7. Creating & Assembling the Crew & Automating Data Science Workflow!Lecture 268 Practice Opportunity Question: Modifying Tasks to Build Decision TreesLecture 269 Practice Opportunity Solution: Modifying Tasks to Build Decision TreesLecture 270 Summary & Concluding RemarksSection 17: Day 13: Build Agentic AI Workflows in n8nLecture 271 Introduction to n8n, Key Features, and Module Learning ObjectivesLecture 272 Build Your First Summarization Agentic AI Workflow in n8nLecture 273 Export Workflow, Track Variables and Monitor LogsLecture 274 Practice Opportunity Question: Build a Translation Agentic Workflow Using ClaudLecture 275 Practice Opportunity Solution: Build a Translation Agentic Workflow Using ClaudeLecture 276 Adding Search Capabilities, Memory, and Exploring n8n TemplatesLecture 277 Practice Opportunity Question: Test the Agent Search CapabilitiesLecture 278 Practice Opportunity Solution: Test the Agent Search CapabilitiesLecture 279 Adding Google Sheet Integrations in n8n Agentic WorkflowsLecture 280 Practice Opportunity Question: Build Agentic AI Workflow to Convert from PythonLecture 281 Practice Opportunity Solution: Build Agentic AI Workflow to Convert from PythonLecture 282 Generate Parsed Structured Output Using Output Parser in n8nLecture 283 Build Workflows to Schedule Calendar Meetings in Google CalendarsLecture 284 Adding Email Triggering CapabilitySection 18: Day 14: Build AI Agents with Model Context Protocol (MCP) & OpenAI Agents SDKLecture 285 Task 1. Project Overview with MCP & OpenAI Agents SDKLecture 286 Task 2. Understanding Model Context Protocol (MCP)Lecture 287 Task 3. Install Key Libraries and Configure APIsLecture 288 Task 4A. Build and Configure the MCP Server with Tools (Part 1)Lecture 289 Task 4A. Build and Configure the MCP Server with Tools (Part 2)Lecture 290 Task 4B. Launch the MCP ServerLecture 291 Practice Opportunity Question: Adding a New Tool to the MCP ServerLecture 292 Practice Opportunity Solution: Adding a New Tool to the MCP ServerLecture 293 Task 5. Explore Tools on MCP Server and Fetch the Manifest (Schema)Lecture 294 Practice Opportunity Question: MCP Server Manifest (Schema)Lecture 295 Practice Opportunity Solution: MCP Server Manifest (Schema)Lecture 296 Task 6. Create an AI Agent Using OpenAI Agents SDK With MCP ToolsLecture 297 Conclusion, Summary, & Thank You!Section 19: Congratulations and Thank You!Lecture 298 Congratulations and Thank You!Data scientists, ML engineers, and AI researchers who want to move into the agentic AI and LLM application space.,Software developers with basic Python skills who want to integrate cutting-edge LLMs and agent frameworks into real-world applications.,Tech professionals and AI enthusiasts interested in exploring open-source models (like LLaMA, DeepSeek, Owen, Phi) and frameworks (AutoGen, LangGraph, CrewAI, n8n).,Corporate innovation teams or R&D teams wanting to prototype AI-powered workflows, assistants, and automations.,Advanced students and educators looking for practical, hands-on experience with LLMs, fine-tuning, and prompt engineering.,Entrepreneurs and startups exploring AI-powered products like autonomous agents, resume editors, booking agents, and data science assistants.Homepagehttps://www.udemy.com/course/become-an-llm-agentic-ai-engineer-14-day-bootcamp-2025/Rapidgator Links Downloadhttps://rg.to/file/0190a55a62b2331aa1d452f22f02e824/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part18.rar.htmlhttps://rg.to/file/043cd841fb8daacbdd734b8f33cec724/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part02.rar.htmlhttps://rg.to/file/1596532d73a1d31bb2f90bc66ba40a80/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part16.rar.htmlhttps://rg.to/file/2f81ba78952ae64ff49d12ee538fd1cd/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part12.rar.htmlhttps://rg.to/file/5339228a0572e8456011dd37e35d7878/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part25.rar.htmlhttps://rg.to/file/544ac17374aafefe94f39c4510a03104/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part28.rar.htmlhttps://rg.to/file/54ea26a4a913f74930d227dba9f4c384/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part03.rar.htmlhttps://rg.to/file/54ece310a3f2c47f232c4b7df4d76dae/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part09.rar.htmlhttps://rg.to/file/66e972b487ba3b7e214eabd58eef3fab/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part15.rar.htmlhttps://rg.to/file/68cbb20a5888476ea70e4c37c2f12fc1/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part22.rar.htmlhttps://rg.to/file/6c959c70f082298365ac211c64e0ff06/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part20.rar.htmlhttps://rg.to/file/6d89f8403945e1802f73246329ed1dd8/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part19.rar.htmlhttps://rg.to/file/767cbb1ed7ea5565b09e91a6fe80b1fc/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part14.rar.htmlhttps://rg.to/file/7eca2a439ac5b61acf4d9de3f49523a3/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part11.rar.htmlhttps://rg.to/file/8858a48a0659b2ef9592e8b64c084534/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part01.rar.htmlhttps://rg.to/file/9a804b0af46e1c2ef96e4777c87499ea/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part10.rar.htmlhttps://rg.to/file/9cd6b16c96cf970604bfd63fe2964bd5/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part06.rar.htmlhttps://rg.to/file/a0dd4c4d28748ab46b0dc5c2ae6f86f0/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part27.rar.htmlhttps://rg.to/file/ad2b27b5cbbb6444a566341a9737d0b7/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part26.rar.htmlhttps://rg.to/file/b77d85eb3c42650c1767698056ac9965/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part04.rar.htmlhttps://rg.to/file/b9886f1b4133bf58cddbbc4df080b11a/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part08.rar.htmlhttps://rg.to/file/b9d9811a75eadc96d4dd9c128a9e87b8/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part17.rar.htmlhttps://rg.to/file/bb830d6800e881e15a893fdeffab6b37/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part05.rar.htmlhttps://rg.to/file/cce3735ac766bf23df28ddb6113aab26/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part07.rar.htmlhttps://rg.to/file/d093cba949f4b6d900668b2090745c10/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part23.rar.htmlhttps://rg.to/file/d37adaf4eb4442a13729186e49c44630/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part21.rar.htmlhttps://rg.to/file/ddb46dfea65f8dabd01e723b6b22e785/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part13.rar.htmlhttps://rg.to/file/e76950616854cd38c91963510f05ff50/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part24.rar.htmlFikper Links Downloadhttps://fikper.com/2zIQtPjjzW/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part08.rar.htmlhttps://fikper.com/3m6YYoXAa7/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part03.rar.htmlhttps://fikper.com/7synmhmLv3/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part20.rar.htmlhttps://fikper.com/A4aA21jrYU/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part13.rar.htmlhttps://fikper.com/DAAdZ2JTrc/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part24.rar.htmlhttps://fikper.com/GUZjOVp8P2/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part18.rar.htmlhttps://fikper.com/IgsnUvmnkI/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part28.rar.htmlhttps://fikper.com/JlgaI9p7qk/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part05.rar.htmlhttps://fikper.com/KaSjEaukNH/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part14.rar.htmlhttps://fikper.com/Mj5o1v7j52/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part23.rar.htmlhttps://fikper.com/PFznBSFQnw/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part02.rar.htmlhttps://fikper.com/SksZVQNq6w/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part26.rar.htmlhttps://fikper.com/T3bXXmzg7o/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part01.rar.htmlhttps://fikper.com/T456jYH7MM/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part12.rar.htmlhttps://fikper.com/YFyYwuEoEW/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part11.rar.htmlhttps://fikper.com/ZJMBX9rrXX/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part10.rar.htmlhttps://fikper.com/ajjtFN8TjR/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part21.rar.htmlhttps://fikper.com/dKowCvQp65/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part19.rar.htmlhttps://fikper.com/ekzbmZ2mBI/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part15.rar.htmlhttps://fikper.com/fZXWmv8kmO/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part22.rar.htmlhttps://fikper.com/jLmhwQkURn/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part17.rar.htmlhttps://fikper.com/nGbD370fGh/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part09.rar.htmlhttps://fikper.com/u6ISJX9h46/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part27.rar.htmlhttps://fikper.com/vTPE86dfgm/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part06.rar.htmlhttps://fikper.com/vdO8nbwJvj/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part16.rar.htmlhttps://fikper.com/wLJVB2u03C/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part25.rar.htmlhttps://fikper.com/wjfltumE4x/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part04.rar.htmlhttps://fikper.com/ysIVTMkd00/yuoad.Become.An.Llm..Agentic.Ai.Engineer.14Day.Bootcamp..2025.part07.rar.htmlNo Password - Links are Interchangeable Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now