Skip to content

skzubairahmed/recipe-recommendation-engine

Repository files navigation

Recipe Recommendor

👤 Developer

Developed by: Zubair
Platform: Deployed via Vercel


✨ Features

  • Smart Ingredient Search: Input any combination of ingredients (e.g., chicken, cheese, pepper).
  • Deep Linking: Automatically fetches the sourceUrl so users get the full original recipe for free.
  • Secure API Handling: Uses Next.js Serverless Functions to mask private API keys from the client-side.
  • Clean UI: Minimalist, mobile-responsive interface built for quick kitchen use.

🛠️ Tech Stack


🛣️ Project Routes

Route Method Description
/ GET The main dashboard and search interface.
/api/recipes GET The "Proxy" route. Takes ?ingredients=..., fetches IDs from Spoonacular, and returns bulk recipe details including images and source links.

About

I am building a recipe recommendation engine using Python which takes certain ingredients from the user and suggests some recipes. It uses TF-IDF to vectorize the ingredients. What's special? It is trained on a dataset containing more than 39,000 recipes!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published