AI Project: Video Captioning with Hugging Face (Microsoft GIT)
We’ve done Video Classification (detecting “Basketball”). But that’s just a label. Video Captioning generates a full sentence describing the scene, like “A man playing basketball…

We’ve done Video Classification (detecting “Basketball”). But that’s just a label. Video Captioning generates a full sentence describing the scene, like “A man playing basketball…

We’ve classified text, audio, and images. Now, let’s classify Video. In this article, we’ll explore Hugging Face Video Classification and how it can be applied…

We’ve used Text Embeddings to search documents. Now, let’s use Image Embeddings to search photos. we’ll walk through how you can perform a Reverse Image…

Removing backgrounds is tedious manual work. In 2026, we let AI do it. We will use RMBG-1.4 (Remove Background), a state-of-the-art model available on Hugging…

We’ve generated images from scratch, but what about fixing old ones? Hugging Face Image Upscaling offers a powerful solution for this. Super Resolution is the…

We’ve taught AI to classify objects and segment pixels. Now, let’s explore Hugging Face Depth Estimation and teach AI to understand distance. Depth Estimation models…

We’ve done Object Detection with Hugging Face, but that ran on a server model. If you want to try using YOLOv8 Python for computer vision…

We’ve done Image Captioning (getting a simple description). But what if you want to have a conversation about an image? That’s where Hugging Face LLaVA…

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…

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