AI Project: Build a Web App for Your Hugging Face Model (with Gradio)
You’ve built amazing AI models, but how do you let your friends or colleagues use them without running your script? One solution is to share…

You’ve built amazing AI models, but how do you let your friends or colleagues use them without running your script? One solution is to share…

When preparing text data for an AI model, you’re often working with millions of rows. For this reason, many practitioners are interested in Polars NLP…

This is the final part of our fine-tuning series. In this article, we’ll explore Hugging Face Evaluate and Share to wrap up our journey. Now,…

Welcome to Part 2! In Part 1 (The Data), we loaded the “imdb” dataset and prepared it with a tokenizer. Now, we’ll do the exciting…

You’ve used Hugging Face pipelines to run pre-trained models. If you want to get the most from these models, learning about Hugging Face Fine-Tuning is…

This is the cutting-edge of AI, far beyond a simple pipeline. An Agent is an LLM (like ChatGPT) that has been given tools and can…

This is one of the most powerful and “magical” tasks in modern AI. In particular, Hugging Face Zero-Shot is a technique that demonstrates impressive versatility…

We’ve taught our AI to classify an image (e.g., “This is a cat”). Now let’s teach it to find the cat. Object Detection is a…

You’ve built amazing AI models with Hugging Face, but they’re stuck in your script. Want to know how to deploy Hugging Face API so other…

You’ve used the Hugging Face pipeline to understand text and images. Now, let’s teach it to understand audio using Hugging Face Speech to Text. We…