Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for Kitchen Vector
GitHub Repo https://github.com/jyotraditya2345/Emotion-Detection-Using-Offensive--Memes

jyotraditya2345/Emotion-Detection-Using-Offensive--Memes

Women Meme Classification is an AI-powered system that classifies memes based on their filenames using TF-IDF vectorization and an SVM classifier. The project automates meme categorization into topics like leadership, shopping, working, and kitchen-related content.
GitHub Repo https://github.com/kapilreddy/rag-kitchensink-clj

kapilreddy/rag-kitchensink-clj

A clojure project to document explore different RAG strategies. Uses Elasticsearch for Vector DB
GitHub Repo https://github.com/p-korcz/whip-up

p-korcz/whip-up

Kitchen ingredient-based recipe finder with EN/PL support, LangChain crawler, Qdrant vector store
GitHub Repo https://github.com/wokaryking/La-cosina-de-jeremy

wokaryking/La-cosina-de-jeremy

🧑‍🍳 Kitchen scene created using only HTML and CSS (plus 3 images and vectors made in Illustrator). A fun and challenging positioning exercise where every detail was hand-coded. No frameworks, no JS—just logic, creativity, and a lot of CSS.
GitHub Repo https://github.com/tqvinh9x/Kitchen-Vector-Set

tqvinh9x/Kitchen-Vector-Set

No repository description available.
GitHub Repo https://github.com/laserpilot/TraceKitchen

laserpilot/TraceKitchen

A web app for experimenting with several different image to vector tracing algorithms for pen plotting
GitHub Repo https://github.com/Tejanmayi/Smart-Cooking

Tejanmayi/Smart-Cooking

An intelligent recipe recommendation system that helps users discover cooking ideas based on what they like. It uses real-world data scraped from Hebbar's Kitchen, vectorized for similarity search, and served through a clean Next.js interface.
GitHub Repo https://github.com/Jaya-Aditya-Vignesh/Kitchen-Genie

Jaya-Aditya-Vignesh/Kitchen-Genie

Designed as a smart kitchen assistant, Kitchen Genie suggests personalized recipes based on available ingredients using AI and vector search. It helps users manage pantry items, reduce food waste, and cook efficiently through an intuitive web interface
GitHub Repo https://github.com/SankalpBorse/Rag-Based-Smart-Kitchen-Assistant

SankalpBorse/Rag-Based-Smart-Kitchen-Assistant

Built an end-to-end RAG application that tracks household grocery inventory and provides intelligent, context-aware cooking, recipe suggestions. The system ingests grocery data into a vector store, retrieves semantically relevant inventory items, and uses an LLM to generate personalized recipes based on what’s available and dietary preferences.
GitHub Repo https://github.com/deepakkumar-b/NLP_Sarcasm_Detection

deepakkumar-b/NLP_Sarcasm_Detection

This project is an experiment to find if a tweet is sarcastic and Brown clustering of similar words, topics association with sarcasm - used to generate feature vectors, POS - tagging, n-gram feature vector generation, sentiment analysis of the tweets and scoring based on positivity(negativity) of the words in a tweet to find the mix of positive sentiment and negative actions are some of the techniques used to identify sarcasm. The 'kitchen sink' of a mix of these features helped us achieve close to ~58% accuracy. Languages - JAVA, Python, iPython