You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FRUDRERA is an AI-powered recipe recommender that suggests recipes based on the ingredients detected in a photo of your fridge. It utilizes object detection and OCR to identify ingredients and recommend recipes accordingly.
Conducted Market Basket Analysis (MBA) on Amazon product dataset to enhance recommendations. Identified top-selling products and top products in each category using review count. Implemented asso- ciation rule mining for personalized recommendations. Evaluated effectiveness through metrics.
Reading Recommendation System: This project implements K Nearest Neighbor (kNN) Collaborative Filtering to build a book recommender system based on a publicly available dataset.
Building a Custom Vector Search Engine with Weaviate : The project discusses the architecture of Weaviate, an open-source vector database and provides a tutorial implementation of a custom vector search engine using Weaviate Cloud Service(WCS).
This is a collaborative filtering based books recommender system & a streamlit web application that can recommend various kinds of similar books based on an user interest.
CineSuggest," an advanced movie recommender powered by machine learning, removes uncertainty in film selection, employing data-rich algorithms for personalization.
Exploring Bloom embeddings as a compression technique for recommendation algorithms. Aimed at reducing the size of large input and output dimensionalities to enhance training and deployment efficiency on devices with limited hardware. This project evaluates Bloom embeddings using various hash functions and compares them with alternative methods.