A search engine that uses image similarity to find similar images in a dataset. It uses a pre-trained CLIP model to encode images and then uses Faiss to search for similar images in the dataset.
PyTorchModelHubMixin is a Python package that provides a set of mixins for PyTorch models to make them compatible with the Hugging Face Model Hub. It allows users to easily upload their PyTorch models to the Model Hub and use them with the Hugging Face ecosystem.
A blogpost about how to use RAG (Retrieval Augmented Generation) chatbot using LLAMA3 model.