AI Project: Create Text Embeddings with Hugging Face (Sentence Transformers)
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….
Find a variety of Python Projects suitable for all levels. This resource provides ideas and guidance to elevate your Python programming skills.

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…

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…

What if you want to automate an old app that has no API and no way to copy text? You can teach Python to see…

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…

This is a major challenge for many businesses. You have a PDF, but it’s just a picture of text (a scanned document). When faced with…