AI Project: Quantization for Faster Models (Hugging Face optimum)
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…
Find a variety of Python Projects suitable for all levels. This resource provides ideas and guidance to elevate your Python programming skills.

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…

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…