AI Project: Intro to Graph Neural Networks (GNNs) with PyG & Hugging Face
We’ve used AI to understand text, images, and audio. But what about relationships? For this, we need Graph Neural Networks (GNNs). A GNN is a…

We’ve used AI to understand text, images, and audio. But what about relationships? For this, we need Graph Neural Networks (GNNs). A GNN is a…

You’ve customized your Django Admin, but it has a hidden power: “Actions.” An action is a function you can run on all selected items in…

In our previous Hugging Face with gpt-2 project, we used the text-generation pipeline. This is great, but it hides all the powerful options. In this…

So far, all our AI projects have been “supervised” (learning from data) or “generative” (creating new things). Reinforcement Learning (RL) is a completely different beast….

Zero-Shot Object Detection is one of the most exciting frontiers you can explore in this field. It’s the ultimate Computer Vision project, combining two of…

What if you could run your Python scripts just by pressing a key combination, no matter what window you’re in? With a Python pynput hotkey…

This is the project that ties all your PyScript skills together. In this guide, you’ll learn how to create a PyScript Data Dashboard. We will…

In our previous Flask project, we built an AI server. But it has a huge flaw: Flask is synchronous. If one user sends a request…

This is a true “2026 Vision” project. We will chain two Hugging Face models together to build a speech translator. This guide will take you…

This project combines Computer Vision and NLP. In this guide, we’ll specifically focus on how to use Hugging Face Image Captioning to generate text descriptions…