pixegami thumbnail

pixegami

@pixegami

I create tech tutorials for builders 🛠️ No sponsors, no affiliates 🙅‍♂️

Channel created: August 11, 2021

75,100

Subscribers

76

Total Videos

4,611,133

Total Views

83

Videos

Recent Videos

View All Videos

RAG Reranking Explained: How To Improve RAG Results

Reranking can improve the results of your RAG application by up to 10-30%. This video explains how reranking works, walks through how to implement it in Python (using an example RAG app), and measu...

Nano Banana 🍌Full Guide and Best Practices for AI Image Generation

Learn how to get AMAZING results when you generate or edit images with Nano Banana. This video will walk you through Google's official image generation guide, prompt templates, and best practices —...

Create AMAZING Images with Google's Nano Banana API in Python

Nano Banana is an INSANELY good AI image model by Google. It's also known as "Gemini 2.5 Flash Image", and is available via API. In this project, I'll show you how to use the API in Python, to cre...

UV: The Python Tool Everyone Is Switching To

UV is a fast, powerful all-in-one package manager for Python that replaces tools like pip and virtualenv. Let's take a look at what it is, how to use it, and why many Python developers are switchin...

Gemini CLI: How To Get Started

Gemini CLI is a free and open source AI agent from Google. It is a general purpose AI agent that runs from your terminal, and can autonomously work on your project for you. It is extremely powerf...

Claude Code Will 10x Your Productivity

Claude Code is a powerful, general purpose AI agent that runs in your terminal. It is super powerful, and it could change the way we build software. Learn how to install Claude Code, how to config...

Build an MCP Server in 20 Minutes (with Python)

Learn how to build an MCP server in Python and connect it to Claude Desktop and use it as an AI agent. This MCP server will let you fetch real time data, and create/modify spreadsheets via Google s...

What is MCP? Model Context Protocol Explained

MCP (Model Context Protocol) gives AI agents superpowers. It is an open standard that lets AI agents (LLMs) interact with the outside world — sort of a universal API (or a USB-C) for LLMs. Let's t...

FastAPI for AI: Build an AI Endpoint in 30 Minutes

Learn how to build a FastAPI endpoint for your AI app in 30 mins. We'll be using FastAPI (Python), and Gemini as our AI LLM model. Then we'll take a look at how to secure the endpoint with rate li...

Build a Simple RAG Pipeline in 30 Minutes!

Learn how to a simple, modular RAG pipeline in Python. This will let you add documents, generate embeddings, and evaluate (test) the pipeline quality, end-to-end with a single CLI command. 🔗 Code:...