AI Project: How to Edit Images with AI (Inpainting with diffusers)
We’ve used Stable Diffusion to create images. Now, let’s use it to edit them. In this guide, we’ll explore Hugging Face Inpainting and how it…

We’ve used Stable Diffusion to create images. Now, let’s use it to edit them. In this guide, we’ll explore Hugging Face Inpainting and how it…

This is the next level of Computer Vision. Hugging Face Image Segmentation is an innovative approach transforming what computers see and understand. This is how…

You’ve built amazing AI models, but they’re huge and slow. A model like gpt-2 can be 500MB+ and slow to run on a CPU. Hugging…

This is the project you’ve been waiting for. We’re going to write a Python script that generates a unique image from a text prompt (e.g.,…

This is one of the most powerful concepts in modern AI. In particular, Hugging Face Text Embeddings are an innovative way to use embeddings today….

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…