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…

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…

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…

Recommender systems are the engine of the modern internet (Netflix, Amazon, Spotify). In this post, we’ll introduce a Hugging Face Recommender System and explore how…

We’ve used Whisper to transcribe speech, but what if you just want to know what a sound is? Hugging Face Audio Classification is a powerful…

This is a true “2026 Vision” project. Hugging Face VQA is at the core of what we’re building—we’re giving our AI eyes and a brain….