AI Project: Deploy Your Fine-Tuned Model with Flask
This is the ultimate capstone project. In Deploy Hugging Face API, we deployed a pre-trained pipeline. In Fine-Tuning : Part 3, you saved your own…

This is the ultimate capstone project. In Deploy Hugging Face API, we deployed a pre-trained pipeline. In Fine-Tuning : Part 3, you saved your own…

You’ve learned all the individual Polars methods. Now, let’s put them together in one “A-to-Z” project to clean a messy dataset and look at effective…

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….

This is the final piece of the audio puzzle. We’ve used Whisper to transcribe speech, now let’s generate it. The tool Hugging Face Text to…

The Hugging Face Document AI is one of the most commercially valuable AI tasks. We’re moving beyond simple OCR (which just dumps text) to an…

This is one of the most powerful and flexible AI tasks, the visual version of Zero-Shot Text Classification. Zero-Shot Image Classification is revolutionising how AI…

We’ve used PyAutoGUI, which is great, but it’s “blind.” It only knows coordinates (e.g., “click at x=500, y=300”). If a window moves, the script breaks….

In a previous Hugging Face project, we used the translation pipeline, which is fast and easy. But what if you need more control? Or want…