What you’ll learn

  • Build real-world RAG (Retrieval-Augmented Generation) AI applications from scratch
  • Use Local LLMs (LLaMA via Ollama) β€” no API cost required
  • Work with LangChain, FAISS, and embeddings for building scalable AI systems
  • Design and implement vector databases for efficient information retrieval
  • Develop ChatGPT-like web apps using Streamlit
  • Implement prompt engineering techniques for better AI responses
  • Build industry use cases like Resume Analyzer, Chatbot, Research Assistant
  • Deploy and run AI applications locally for real-world usage
  • Build a strong portfolio with real-world AI projects
  • Understand how Agentic AI systems work and how to design them
  • Create intelligent AI assistants that can read, understand, and answer from documents
  • Load and process PDF, TXT, and custom data sources for AI applications
  • Build a complete RAG pipeline (Retriever + Generator) step-by-step
  • Create multi-tool Agentic AI systems with reasoning capabilities
  • Learn how to structure production-ready AI projects
  • Debug and optimize AI systems for better performance and accuracy
  • Gain practical skills to start a career in Generative AI & AI Engineering

Course Content

Getting Started

Introduction β–Ά Preview
Getting Started on Windows, MacOS, and Linux β–Ά Preview
How to ask great questions β–Ά Preview
FAQ’s β–Ά Preview

Introduction to Agentic AI Fundamentals

Agentic AI – Introduction πŸ”’
Difference AI Models vs AI Agents πŸ”’
Real-world examples of AI Agents (ChatGPT, AutoGPT, copilots) β–Ά Preview
Agentic AI is transforming industries Real-World Use Cases πŸ”’
Course Roadmap and Projects overview β–Ά Preview

Generative AI Basic concepts for Everyone

Generative AI - Introduction πŸ”’
Artificial Intelligence (AI) β–Ά Preview
Machine Learning (ML) πŸ”’
Deep Learning (DL) πŸ”’

Setting up and Exploring the Power of ChatGPT

Generative AI (Gen AI) for professionals πŸ”’
Set up an account with ChatGPT πŸ”’
How to use ChatGPT Open AI as Gen AI πŸ”’

Environment Setup for Local Development (Hands-on)

Get and Installing Python software β–Ά Preview
Installing PyCharm - the python IDE πŸ”’
Getting start Pycharm IDE and futures β–Ά Preview
First Python Hello World program πŸ”’
Getting and installing Ollama (Local LLM) πŸ”’
Integrating the LLaMA Model into Your Project πŸ”’

Python Basics for AI (Quick Start)

Python Essentials for AI Projects (quick refresher) πŸ”’
Installing libraries (OpenAI, LangChain, etc.) πŸ”’
Installing libraries numpy pandas matplotlib πŸ”’
Creating API keys (OpenAI or alternatives) πŸ”’

Generative AI for Prompt Engineering – Automation

Lesson plan writer πŸ”’
Create a meeting planer πŸ”’
Learn Language Grammar corrections πŸ”’
Create a healthy diet chart for weight loss πŸ”’
Translation for languages πŸ”’
Create a product sale plan PPT slides πŸ”’

Agentic AI - Understanding LLMs (Core Engine)

What are LLMs (GPT, Claude, Gemini) πŸ”’
Token, prompts, and completions πŸ”’
Prompt Engineering basics πŸ”’
Zero-shot vs Few-shot prompting πŸ”’
Limitations of LLMs πŸ”’

Fundamentals of AI Agents

What makes an AI Agent β€œagentic πŸ”’
Components - Memory, Tools, Planning πŸ”’
Types of agents (Relative, Autonomous, Multi-agent) πŸ”’
Agent lifecycle πŸ”’
AI Agents - Use case design thinking πŸ”’

Understanding RAG - Retrieval Augmented Generation (Architecture)

What is RAG How RAG Works πŸ”’
Vector Databases FAISS πŸ”’
Embeddings Explained πŸ”’
Chunking and Text Splitting πŸ”’
Retriever Generator Pipelines πŸ”’

LangChain for Agent Development (Framework)

Introduction to LangChain πŸ”’
Chain vs Agents πŸ”’
Prompt templates πŸ”’

Basic First RAG AI Assistant (Local, No API) (PROJECT 1 – part1)

Create a New Project (Python) πŸ”’
Create new venv and Activate πŸ”’
Run to pull llama3 (Local LLM) πŸ”’
Creating Project structure πŸ”’
Loading Custom Data (TXT Data) πŸ”’
Configuring Models and DB_PATH πŸ”’
Install langchain, faiss and other libraries πŸ”’
Adding Ingestion code with import libs πŸ”’
Writing loader and splitter functionality πŸ”’
Creating Embeddings (HuggingFace) πŸ”’
Adding FAISS Vector Database method πŸ”’

Building RAG Pipeline (PROJECT 1 – part2)

Creating RAG Main System with import libs πŸ”’
Building RAG Pipeline πŸ”’
Connecting Local LLM (Ollama) πŸ”’
Create Prompt Templates for Better AI Outputs πŸ”’
Preparing RAG AI Assistant chain of execution πŸ”’
Run ingest to Create Vector DB πŸ”’
Run Your RAG AI Assistant to Test Responses πŸ”’

Using a RAG AI Assistant with Custom Data updates

Adding Custom Data – Payment Gateway FAQs πŸ”’
Updating Vector Database Using an Ingest Script πŸ”’
Run Your AI Assistant to Test Updated Custom Data πŸ”’

AI Document Assistant - Working Multiple Data Sources (PROJECT 2)

Writing ingest methods for Handling Multiple Files (TXT PDF) πŸ”’
Adding PDF TXT Multiple Documents on data πŸ”’
Updating Vector Database and pypdf package πŸ”’
Improving Retrieval Accuracy (update prompt template) πŸ”’
Run RAG AI Agent to Querying PDF or TXT Data πŸ”’

Advanced: Creating RAG - Agentic AI Agents adding ChatGPT-style (PROJECT 3)

Convert into Agentic AI with RAG πŸ”’
Creating tool and agent for Agentic AI Model πŸ”’
Running the Agentic AI Agent Project πŸ”’
Streamlit UI Installation – ChatGPT style πŸ”’
Create app.py file for Web interface code πŸ”’
Running RAG-Based Agentic AI on a Web interface πŸ”’

Practical AI Prompts for Real-World Projects

AI Research Assistant πŸ”’
AI Resume Analyzer for Human Resources (HR) πŸ”’
Customer Support Agent πŸ”’

Requirements

  • Basic knowledge of computers and using software
  • A laptop/PC with internet access (Windows/Mac)
  • Willingness to learn and build hands-on AI projects

Description

Are you ready to build real-world AI applications without relying on expensive APIs?


Welcome to the Agentic AI Bootcamp, where you’ll learn how to design and develop powerful AI assistants using RAG (Retrieval-Augmented Generation), Local LLMs, LangChain, and FAISS β€” all from scratch.


This course is designed for beginners, developers, and professionals who want to move beyond theory and start building practical, industry-ready AI solutions. Instead of just learning concepts, you’ll work on hands-on projects that simulate real business use cases in this Agentic AI Bootcamp: Build RAG AI Agents with Generative AI


You’ll discover how to create intelligent AI systems that can read documents, understand context, retrieve knowledge, and respond like ChatGPT β€” but running locally with zero API cost.


By the end of this course, you will confidently build:

* AI-powered document assistants (PDF & TXT)

* ChatGPT-style web apps using Streamlit

* Agentic AI systems with multiple tools

* Real-world RAG-based AI applications


No prior AI experience is required β€” we guide you step-by-step using simple explanations and practical coding sessions.


This course is perfect if you want to:

* Start a career in Generative AI & AI Engineering

* Build your own AI tools or startup ideas

* Add high-value AI projects to your portfolio

* Work on real-world applications instead of just theory


The future belongs to those who can build AI, not just use it.


Enroll now and start your journey into Agentic AI and real-world AI development

Who this course is for

  • Beginners who want to start learning Generative AI and Agentic AI from scratch
  • Students looking to build real-world AI projects and improve their portfolio
  • Python learners who want to apply their skills in AI development
  • Developers interested in RAG, LLMs, and AI automation systems
  • Professionals who want to upgrade their skills in AI and emerging technologies
  • Freelancers aiming to build and offer AI-based solutions to clients
  • Entrepreneurs who want to create AI-powered tools or startups
  • Anyone curious about how to build ChatGPT-like AI assistants locally

Recommended Courses

Excel with AI From Zero to Hero in Data Skills
β‚Ή499
Build REST APIs with Python, Django REST Framework: Web API
β‚Ή519
SQL Mastery with Generative AI: From Beginner to Expert
β‚Ή519
Microsoft SQL Server Bootcamp: Zero to Hero
β‚Ή496
β‚Ή596
β‚Ή10,000 94% off

This course includes:

  • πŸŽ₯ 5+ hours on-demand video
  • πŸ“± Access on mobile and desktop
  • β™Ύ Full lifetime access
  • 🧠 Practical sessions
  • πŸ“œ Certificate of completion