Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for Project Vector Recipe Vector
GitHub Repo https://github.com/ZvegTeam/Laikov_RecipeRag

ZvegTeam/Laikov_RecipeRag

Pet project to experiment with vibe-coding, vector DB, AI chaining
GitHub Repo https://github.com/WRansohoff/STM32_quickstart

WRansohoff/STM32_quickstart

Another 'quickstart' recipe for starting a new STM32-based GCC project. I've tried a few different project layouts for bare-metal C applications targeting Cortex-M microcontrollers, and this repository is an effort to reduce the common pain points that I encounter by minimizing external dependencies and auto-generating tedious compenets like the vector table.
GitHub Repo https://github.com/Sebas1245/recipe-comparer

Sebas1245/recipe-comparer

C project that takes in text files with recipe descriptions and outputs a graph with the results of comparison by euclidiean distance where each vector component is an ingredient in a recipe.
GitHub Repo https://github.com/roygv/w266-recipes

roygv/w266-recipes

MIDS w266 NLP final project. Recipe vectors
GitHub Repo https://github.com/CS5481Group100/RecipeProjectVectorManage

CS5481Group100/RecipeProjectVectorManage

For managing vector database
GitHub Repo https://github.com/KarinaVanyaWardoyo/SmartRecipeRecommender

KarinaVanyaWardoyo/SmartRecipeRecommender

Creating a website that can generate recipe ideas based on available ingredients based on user's input. This project implements Content-Based Filtering (CBF) to suggest recipes by using TF-IDF to convert ingredients into numerical vectors, followed by Cosine similarity to measure how similar the vectors of the ingredients are
GitHub Repo https://github.com/Ghufran-Ghous/Recommender_Systems_Project_smartchef

Ghufran-Ghous/Recommender_Systems_Project_smartchef

Recommendation system on users , ratings and recipes on TF-IDF vectorization , content-based filtering and collaborative filtering.
GitHub Repo https://github.com/pferdlexxie/Images2Recipes

pferdlexxie/Images2Recipes

Collaborative project, aimed to develop search application based on vector search.
GitHub Repo https://github.com/AlbertGarcia1991/vectorfood

AlbertGarcia1991/vectorfood

Project developed while learning LLM, vector embeddings, and RAGs. The goal is to deploy a website where you can search a recipe using vector similarity search between your query and the recipes database embeddings.
GitHub Repo https://github.com/HRK1/Support-vector-machine-cupcake-vs-muffin

HRK1/Support-vector-machine-cupcake-vs-muffin

This project is based on support vector machine. SVM are supervised learning models. In this i used the recipes to predict whether its cupcake or muffin. In this project I mainly use numpy for linear analysis and pandas for importing data , sklearn(machine learning package which contains features various classification, regression and clustering algorithms including support vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy.) and for plots i used matplotlib and seaborn and pickle using pandas I import the data from the cvs file. from seaborn imported sns for plot. Then started to train data. plotted hyperplane Then finally use functions to predict by given recipe.