Project Description
I’m building a browser-based platform that serves up personalised meal ideas for users who want to gain muscle while sticking to a vegan, high-protein diet. The core of the product is an AI engine that pulls from nutrition databases, filters out anything non-vegan, then ranks the remaining recipes for protein density and overall macro balance. Each suggestion must arrive with a full nutrition label, ingredient list, and concise preparation steps.
Here’s what I need from you:
• A responsive front-end (React or similar) where users answer a few questions, save favourite meals, and adjust serving sizes.
• A back-end service that hosts the recommendation model, queries an open nutrition API, and returns results in under two seconds.
• The machine-learning logic that weights recipes toward high protein content to support muscle-gain goals, plus a clear explanation of the algorithm.
• Deployment scripts (Docker or comparable) and short README so I can spin the app up on a standard cloud instance.
I’ll consider the job complete when I can log in, enter my preferences, and consistently receive at least ten varied, high-protein vegan recipes, each with accurate macro data and a protein-per-calorie score that outperforms a simple rule-based baseline.