N8n Course Projetcs
n8n Projects for my Youtubeβ course.
Ask AI about N8n Course Projetcs
Powered by Claude Β· Grounded in docs
I know everything about N8n Course Projetcs. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
π€ n8n AI Agent Mastery Course 2025
Welcome to the most comprehensive n8n AI Agent course! Build powerful automation workflows and intelligent AI agents using n8n's visual workflow builder.
π― Course Overview
This hands-on course teaches you to create sophisticated AI agents and automation workflows using n8n. From basic chatbots to advanced RAG (Retrieval-Augmented Generation) systems, you'll master the art of building intelligent automation solutions.
π What You'll Learn
π§ AI Theory & Fundamentals
- Master the theory of LLMs and AI agents through clear visual examples
- Summarize key AIβagent research and distinguish between AI agents, workflows, automation, and AI automation
- Explain detailed definitions of APIs, servers, hosting, function calling, and testβtime compute
- Differentiate between selfβhosting, cloud hosting, and various other hosting types
π n8n Deployment & Management
- Deploy and manage n8n via selfβhosting (Node.js, Docker), cloud platforms, and hosting providers like Hostinger
- Expose webhook endpoints by tunneling a selfβhosted n8n Docker instance
- Configure credentials in selfβhosted n8n instances
- Debug n8n workflows and integrate with external applications
π€ AI Agent Development
- Build robust n8n AI agents locally at no cost
- Differentiate among user, system, and assistant message roles in LLM interactions
- Master prompt engineering and context engineering techniques
- Develop a tool to automatically generate system messages for AI agents
- Develop voiceβenabled AI agents using n8n
- Master the design and implementation of over 100 AI agents
π Advanced AI Systems
- Understand RetrievalβAugmented Generation (RAG) in depth and develop powerful RAGβdriven AI agents
- Optimize RAG chatbots using embeddings, chunking, and related techniques
- Develop advanced AI agent solutions, including collaborative agent teams and MCP implementations
- Build multiple sentiment analysis projects
π Integration & Automation
- Build practical automation projects using Gmail and Google Workspace apps (e.g., Sheets)
- Integrate WhatsApp, Telegram, calendar, web scraping, and other services with n8n
- Integrate apps with websites and build an AIβautomation-driven business
- Compare pricing plans of major AI platforms (OpenAI, Claude, Gemini, DeepSeek, xAI, etc.)
π‘οΈ Security & Optimization
- Implement strategies to address challenges, ensure security compliance, and protect data
- Identify all memory types in n8n
- Develop premium AI agents for business applications
π Course Statistics
- π¬ 40+ Video Tutorials: Step-by-step implementation guides
- π€ 10 Complete Projects: From beginner to advanced AI agents
- β±οΈ 20+ Hours: Comprehensive hands-on learning
- π Production-Ready: Deploy real business solutions
π₯ Complete Course Playlist
πΊ Watch Full Course on YouTube
π If you want to access the course on Udemy for FREE - π Get Free Access
(Valid for only 1000 people until 09/06/2025)
π Prerequisites
- n8n installation (we'll cover this in setup guide)
- Enthusiasm to learn AI automation!
- No coding experience required - n8n is visual!
π Quick Start Guide
1. Clone This Repository
git clone https://github.com/MohElshamy1994/n8n-course-Projetcs.git
cd n8n-course-Projetcs
2. Import Workflows
- Open n8n at
http://localhost:5678 - Go to Workflows β Import β From File
- Select any JSON file from the
workflows/folder - Follow along with the corresponding YouTube video
π Docker Management
Initial Docker Setup
π New to n8n Docker Setup? If you haven't set up n8n in a Docker container yet, watch this video first and follow the steps one by one:
πΊ Complete Setup Guide: π₯ n8n Docker Installation Tutorial
π Reference Material: π Lecture 37 PDF Guide
This comprehensive tutorial will guide you through the complete Docker installation process before you proceed with updates.
Updating n8n Docker Container
To keep your n8n instance up-to-date with the latest features and security patches, follow this step-by-step process:
| Step | Command | Description |
|---|---|---|
| 1. Stop Container | docker stop n8n | Safely stop the running n8n container |
| 2. Remove Container | docker rm n8n | Remove the old container (data persists in volume) |
| 3. Pull Latest Image | docker pull docker.n8n.io/n8nio/n8n | Download the latest n8n Docker image |
| 4. Start New Container | docker run -d --name n8n -p 5677:5678 ^ -e WEBHOOK_URL=https://n8ncourse.n8ncourse.cfd ^ -e N8N_DEFAULT_BINARY_DATA_MODE=filesystem ^ -v C:\Docker\n8n-data:/home/node/.n8n ^ docker.n8n.io/n8nio/n8n | Launch updated n8n with preserved data and settings |
πΊ Video Tutorial: π₯ How to Update n8n Docker Container (Coming Soon)
β οΈ Important Notes:
- Your workflows and data are preserved thanks to the volume mount (
-v C:\Docker\n8n-data:/home/node/.n8n)- Always backup your data before updating:
docker cp n8n:/home/node/.n8n C:\Backup\n8n-backup-$(date +%Y%m%d)- The container will be accessible at
http://localhost:5677after the update
π€ AI Agent Projects
π Note: This is not the whole course - projects are updated with time as new content is added!
π’ Beginner Level Projects
| Project | Description | Source File | YouTube Video |
|---|---|---|---|
| Smart Company Chatbot | Build an intelligent customer service chatbot for businesses with FAQ handling and lead generation | π Download | π₯ Watch |
| Company Chatbot with Grok | Enhanced chatbot using Grok AI for more natural conversations and better context understanding | π Download | π₯ Watch |
π‘ Intermediate Level Projects
| Project | Description | Source File | YouTube Video |
|---|---|---|---|
| RAG Chatbot System | Build a Retrieval-Augmented Generation chatbot that can answer questions based on your documents | π Download | π₯ Part 1 β’ π₯ Part 2 |
| RAG AI Agent | Advanced AI agent with document processing, vector storage, and intelligent query handling | π Download | π₯ Watch |
| GPT Open Source Agent | Create your own GPT-like agent using open-source models and custom training data | π Download | π₯ Watch |
π΄ Advanced Level Projects
| Project | Description | Source File | YouTube Video |
|---|---|---|---|
| High-Accuracy RAG Agent | Ultra-precise RAG system with advanced chunking, multiple vector stores, and context optimization | π Download | π₯ Part 1 β’ π₯ Part 2 |
| Fully Synchronized RAG Agent | Enterprise-grade RAG system with real-time data sync, multi-source integration, and advanced caching | π Download | π₯ Watch |
| Business Owner GPT-5 | Comprehensive business AI assistant with financial analysis, market research, and strategic planning capabilities | π Download | π₯ Watch |
| Auto Meeting Scheduler | Intelligent meeting scheduler with voice and text processing, calendar integration, and conflict resolution | π Download | π₯ Watch |
| Multi-Modal WhatsApp Agent | Advanced WhatsApp AI agent supporting voice messages, text, images, and document processing with calendar integration | π Download | π₯ Watch |
| WhatsApp Multi-Agent System | Comprehensive multi-agent WhatsApp system with voice, text, and image processing. Features specialized agents for calendar management, email handling, web search, and social media posting | π Download | π₯ Watch |
| Secured WhatsApp Multi-Agent System | Enhanced multi-agent WhatsApp system with voice, text, and image processing plus security authentication. Features specialized agents for calendar management, email handling, web search, and social media posting with authorized user verification | π Download | π₯ Watch |
| WhatsApp Multi-Agent with Evolution API | Advanced WhatsApp multi-agent system using Evolution API for enhanced messaging capabilities. Features improved reliability, QR code management, and seamless integration with specialized AI agents | π Download | π₯ Watch (Coming Soon) |
| Messenger Multi-Agent Text-Image-Voice | Comprehensive Facebook Messenger multi-agent system supporting text, voice, and image processing. Advanced AI agent integration with Facebook Graph API for seamless multimedia communication. See π API Command Reference for sending audio messages via curl. | π Download | π₯ Watch (Coming Soon) |
| Telegram Multi-Agent MCP System | Advanced Telegram multi-agent system with MCP (Model Context Protocol) integration supporting text, voice, and image processing. Features specialized orchestrator agent coordinating email, calendar, and web search agents with OpenAI GPT-5 integration. | π Download | π₯ Watch (Coming Soon) |
| Outlook Email & Calendar Multi-Agents MCP | Enterprise-grade Outlook integration with multi-agent system for intelligent email classification, calendar management, and automated workflow processing. Features advanced MCP (Model Context Protocol) integration for seamless AI agent coordination and Microsoft Graph API integration. | π Download | π₯ Watch (Coming Soon) |
Advanced RAG (Retrieval Augmented Generation)
A comprehensive suite of tools and services for building production-ready RAG systems with n8n.
RAG Architecture Pipeline
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β RAG SYSTEM ARCHITECTURE FLOW β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
INPUT PHASE
βββββββββββ
ββββββββββββββββββββ
β π PDF Document β
ββββββββββ¬ββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββββββ
β π§ PREPROCESSING & CONVERSION β β Docling MCP (See table below)
β β’ Extract text from PDF β
β β’ Convert to structured format β
ββββββββββ¬βββββββββββββββββββββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββββββ
β βοΈ TEXT SPLITTING β
β β’ Split into chunks β
β β’ Maintain context β
ββββββββββ¬βββββββββββββββββββββββββββββ
β
βΌ
PROCESSING PHASE
ββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββ
β π§ EMBEDDING MODEL β
β β’ OpenAI / Hugging Face β
β β’ Convert chunks to vectors β
ββββββββββ¬βββββββββββββββββββββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββββββ
β π VECTOR DATABASE β
β β’ FAISS / Pinecone / Weaviate β
β β’ Store embeddings β
ββββββββββ¬βββββββββββββββββββββββββββββ
β
QUERY PHASE
βββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββββββ
β π― VECTOR SEARCH β
β β’ Find similar chunks β
β β’ Rank by relevance β
ββββββββββ¬βββββββββββββββββββββββββββββ
β
βΌ
βββββββββββββββββββββββββββββββββββββββ
β π QUESTION ANSWERING β
β β’ LangChain / Claude β
β β’ Generate response β
ββββββββββ¬βββββββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββ
β π¬ User Output β
β Answer β
ββββββββββββββββββββ
π Step 1: Preprocessing & Conversion Tools
The diagram above shows the complete RAG pipeline. The first critical step is Preprocessing & Conversion - extracting and converting your PDF documents into structured formats that can be processed by the rest of the pipeline.
The table below provides tools and services specifically designed for this preprocessing step:
Integration Tools
| Project | Description | Resources | Setup Guide |
|---|---|---|---|
| Docling MCP | Document conversion and processing service. Converts PDF documents into structured JSON formats with caching mechanism for improved performance. Provides tools for document conversion, processing, and generation through the Model Context Protocol (MCP) for seamless n8n integration. | GitHub Repository β’ Official Docs | π Complete Setup Guide |
π οΈ Technologies & Integrations
Core Technologies
- n8n - Visual workflow automation platform
- OpenAI GPT - Advanced language models
- Grok AI - Alternative AI model for enhanced conversations
- Vector Databases - Pinecone, Weaviate for RAG systems
- Speech Processing - Voice-to-text and text-to-speech
Popular Integrations
- π§ Email: Gmail, Outlook automation
- π Calendar: Google Calendar, Outlook Calendar
- π¬ Chat: Slack, Discord, Telegram, WhatsApp
- ποΈ Database: PostgreSQL, MySQL, MongoDB
- βοΈ Cloud: AWS, Google Cloud, Azure services
- π Analytics: Google Analytics, custom dashboards
π Learning Path
Recommended progression through the course:
- π’ Start Here: Smart Company Chatbot β Company Chatbot with Grok
- π‘ Build Knowledge: RAG Chatbot β RAG AI Agent β GPT Open Source
- π΄ Master Advanced: High-Accuracy RAG β Fully Synchronized RAG β Business GPT-5
- π Capstone: Auto Meeting Scheduler (combines all skills)
π§ Setup Requirements
Required Accounts (Free tiers available)
- OpenAI API - For GPT models
- Pinecone - Vector database for RAG systems
- Google Cloud - Speech and document processing
- Telegram/Discord - For chatbot deployment
Optional but Recommended
- Grok AI API - Alternative AI model
- AWS/Azure - Cloud deployment
- MongoDB Atlas - Document storage
- Zapier - Additional integrations
π Troubleshooting
Common Issues
β "Workflow won't start"
- β Check API keys are properly configured
- β Verify webhook URLs are accessible
- β Ensure all required nodes are activated
β "API rate limits exceeded"
- β Implement delay nodes between API calls
- β Use API key rotation for high-volume workflows
- β Consider upgrading to paid API tiers
β "RAG system not finding relevant documents"
- β Check document chunking strategy
- β Verify vector embeddings are generated correctly
- β Adjust similarity search thresholds
Getting Help
- πΊ Video Comments - Ask questions on specific YouTube videos
- π GitHub Issues - Report bugs or request features
- π¬ Community - Join our Discord for real-time help
π Additional Resources
Official Documentation
Advanced Learning
- π n8n Academy
- π§ AI/ML Resources
- β‘ Automation Best Practices
- π Awesome N8N: Top 100 Community Nodes - Curated list of the most popular community nodes and resources
π¨βπ« About the Instructor
Mohamed Elshamy - AI Automation Expert & Course Creator
Specialized in building production-ready AI agents and automation systems. Creator of multiple successful courses on YouTube with thousands of students worldwide.
- π₯ YouTube Channel: AI Plus ME
- πΌ LinkedIn: Mohamed Elshamy
- π GitHub: MohElshamy1994
π€ Contributing
Found a bug or want to improve a workflow? Contributions are welcome!
- Fork this repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
π License
This educational content is provided for learning purposes. Please respect the terms of service of all integrated platforms and APIs.
β If you find this course helpful, please star this repository and subscribe to the YouTube channel!
π Ready to build intelligent AI agents? Start with the Quick Start Guide above!
Happy Automating! π€β¨
