AI Tutorials2 Min Read Sangram SundarayonJune 14, 2025 How the Transformer Model in LLMs Works — For Beginners This is a beginner-friendly article explaining how the Transformer model works in Large Language Models (LLMs), using the diagram above as a…
AI Tutorials2 Min Read Sangram SundarayonJune 3, 2025 Build an AI Chat Agent That Codes React Native Mobile Apps with Python Creating an intelligent chat-based coding assistant is no longer science fiction. In this tutorial, we’ll walk you through building an…
AI Tutorials2 Min Read Sangram SundarayonMay 24, 2025 Ollama with Django: From Local Development to Deployment 📝 Overview This tutorial walks you through how to integrate Ollama—a powerful local LLM runtime—with a Django application. You’ll learn how…
AI Tutorials3 Min Read Sangram SundarayonMay 21, 2025 Building a Django Web App with Gemini API and Hugging Face for Text Simplification Recently I was involved in Project that touches a least use case, I’m writing this tutorial to you through building a Django web…
AI Tutorials4 Min Read Sangram SundarayonMay 19, 2025 Understanding AI MCP (Model Context Protocol): A Beginner’s Guide 🔍 What is Model Context Protocol (MCP)? Model Context Protocol (MCP) is a proposed open standard or framework designed to help AI models…
Tutorials2 Min Read Sangram SundarayonMay 14, 2025 🐍 Python 3 Data Analytics Cheatsheet 🛠️ 1. Setup & Environment 📊 2. Data Handling with Pandas 🔢 3. Numerical Computing with NumPy 📈 4. Visualization Matplotlib Seaborn Plotly…
AI Tutorials3 Min Read Sangram SundarayonMay 9, 2025 End-to-End CrewAI + Django Developer Cheatsheet This cheatsheet is designed for developers who want to integrate CrewAI (a multi-agent AI orchestration framework) with a Django backend. It…
AI Tutorials2 Min Read Sangram SundarayonMay 4, 2025 Building a Team of AI Agents for Grievance Redressal Using Python, Django, and CrewAI This tutorial explains how to build a team of AI agents to address grievance redressal using Python, Django, and CrewAI. Introduction…
AI Tutorials2 Min Read Sangram SundarayonMay 2, 2025 🧠 Django + LangChain End-to-End Cheatsheet (AI-Ready Backend) Use this cheat sheet to integrate a LangChain-powered AI agent with your Django app. 🔧 1. Install Dependencies 🧠 LangChain LLM Setup (OpenAI,…
News & Updates Tutorials3 Min Read Sangram SundarayonMay 1, 2025 Django Deployment Comparison : AWS VS GCP VS Azure In the world of cloud computing, three tech giants dominate the landscape: Amazon Web Services (AWS), Google Cloud Platform (GCP), and…