Kirill Inozblog.kirillinoz.com·Dec 17, 2024Build An Image CMS with Supabase and LovableIn one of my previous blog posts, I demonstrated how to build a MidJourney alternative using Supabase and Hugging Face in a few minutes. This is great for personal use, but what are you going to do with these generated images? And what if you want to...1 like·56 readssupabase
leonor yuengertechtides.hashnode.dev·Dec 15, 2024Understanding AI Face SwapIntroduction AI face swap refers to the use of artificial intelligence to seamlessly replace one person's face with another in photos or videos. This technology, rooted in deep learning and neural networks, has evolved from simple photo editing to ad...aifaceswap
Pranjal Chaubeypranjal28.hashnode.dev·Dec 13, 2024Introduction to Sentence Transformers: Enhancing Sentence Embeddings for NLPIn Natural Language Processing (NLP), Sentence Transformers are a powerful tool that convert entire sentences into high-dimensional vectors, or embeddings. Unlike traditional word embeddings like Word2Vec and GloVe, which focus on individual words, s...sbert
Amna Hassanamnahassan.hashnode.dev·Dec 9, 2024Building and Deploying Streamlit Apps on Hugging Face: A Step-by-Step GuideStreamlit makes it easy to create interactive and visually appealing web apps for your data science or utility projects. This guide walks you through creating and deploying two types of Streamlit apps on Hugging Face: a Temperature Calculator and a C...251 reads Streamlit, Generative AI, Data Science, Machine Learning, Python, Web Development and Session Management.
Aryan Gargblog.aryangarg.live·Dec 8, 2024PaliGemma 2 - VLMs made easyIntroduction The evolution of vision-language models has been nothing short of remarkable. From their early stages of independently handling images and text to their current ability to seamlessly integrate the two, these models have reached new heigh...10 likes·47 readsGoogle
Avdhesh Varshneyavdhesh-blogs.hashnode.dev·Nov 21, 2024NLP Pipeline from Data Acquisition to DeploymentWhat is NLP Pipeline? NLP is a set of steps followed to build an end-to-end NLP software. Pipeline provides the thinking to build any app from a basic level up to advanced or real time used applications. NLP software consists of the following steps...Pipeline
Avdhesh Varshneyavdhesh-blogs.hashnode.dev·Nov 18, 2024The NLP Landscape - 1960's to 2024'sHello friends, This is my first blog on learning of NLP Language, or we can say NLP Method. I’m started my learning on 18th Nov. 2024 from YouTube tutorials, blogs, and google search. I’m not a pro in writing the blogs but still I’m starting to write...nlp
Uffa Modeyfafa.codes·Nov 17, 2024Build an ML Model for Classifying Images in a Django API App using Fastai, Hugging Face, Gradio and ColabOverview I developed an image-sharing API that allows authenticated users to upload images, which can be viewed by other authenticated users following them within the app. One requirement for this API was to integrate AI-based image classification, c...10 likes·29 readsgradio
Anix Lynchgozeroshot.dev·Nov 13, 2024Hugging Face #6: Topic Modeling, Sentence Embeddings, and Dynamic ClusteringSource Code Here: HuggingFace Code https://gist.github.com/0f88f53525d0fd992b627d62a0da13b2.git Chunk 1: Import Libraries and Load Data Code: !pip install bertopic from sklearn.datasets import fetch_20newsgroups from sentence_transformers import...Dynamic Clustering
Anix Lynchgozeroshot.dev·Nov 13, 2024NLTK vs. Hugging Face #6: Sentiment Analysis, Text Classification, and Entity ExtractionSource Code Here: NLTK Codehttps://gist.github.com/7794de461741038e66ee8fbfdd164673.git HuggingFace Code https://gist.github.com/5afd307334b4d7fc0497f2f4585401ce.git Comparison Table Here’s a comparison table summarizing when to use Hugging Face Tra...nltk