Skip to content

Your personal culinary AI-chatbot (Developed as part of SSN TECH_CLUB's Zenith'24 hackathon)

Notifications You must be signed in to change notification settings

jayadithya-g7/MunchieMascot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MunchieMascot

Your personal culinary AI-chatbot

#Writeup

MunchieMascot is an end-to-end chatbot for recipe generation, developed using VS Code. It utilizes the RAW_recipes.csv dataset from Kaggle to provide detailed and diverse recipe suggestions. The frontend, created with Vite.js, ensures a fast and modern user interface. The model was trained using GloVe embeddings (glove.6B.100d.txt) and achieved an impressive accuracy of 98%. The dataset was preprocessed by converting text to lowercase and tokenizing it, ensuring high-quality input for the model. This integration of advanced natural language processing techniques with comprehensive recipe data allows MunchieMascot to deliver tailored culinary recommendations efficiently and accurately.

App Snapshots

Search Recipes View Recipe View Recipe

Model Training

Loss Graph View Recipe

About

Your personal culinary AI-chatbot (Developed as part of SSN TECH_CLUB's Zenith'24 hackathon)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.5%
  • JavaScript 26.1%
  • HTML 22.7%
  • CSS 2.7%