ecoChef / README.md
tejasashinde's picture
Updated README.md again
b55cfc4

A newer version of the Gradio SDK is available: 5.42.0

Upgrade
metadata
title: EcoChef
emoji: πŸ₯—
tag: mcp-server-track
colorFrom: purple
colorTo: green
sdk: gradio
sdk_version: 5.33.1
app_file: app.py
pinned: true
short_description: Eco-Friendly AI Meal Planner with Food Carbon Insights

πŸ₯— EcoChef

Eco-Friendly AI Meal Planner with Food Carbon Insights


πŸš€ Purpose

EcoChef attempts to reduce food waste and carbon emissions by analyzing your fridge ingredients, predicting spoilage risk, estimating environmental impact, and suggesting optimized meal plans using AI.

Watch EcoChef in action


✨ Key Features of EcoChef

  • 🧊 Spoilage risk detection for common food items
  • 🌍 Carbon footprint estimation (COβ‚‚e per ingredient)
  • 🍽️ AI-generated meal plans using LLMs
  • πŸ”„ Smart recipe suggestions to minimize food waste focusing more on ingredients with high spoilage risk
  • 🧾 Interactive Gradio UI + MCP integration

🧠 Models Dataset and APIs Used

  • LLM: meta-llama/Llama-3.3-70B-Instruct model via Nebius API
  • Carbon Footprint Data: Taken from Su-EATABLE LIFE dataset which provides standardized carbon and water footprint values for thousands of food items based on harmonized LCA methodologies
  • Spoilage Model: Custom rules-based + JSON dataset of food ingredient curated specially for this project.
  • Nebius API: Used to inference llama model for suggesting meal.

πŸ› οΈ Core Functionality Overview

  1. Input your fridge ingredients seperateed by a comma
  2. EcoChef estimates spoilage and carbon impact of each ingredient
  3. Generates optimized recipes for high spoilage risk ingredients and possible alternatives to reduce carbon emisssion of your fridge/ pantry
  4. Visualizes results in a user-friendly interface using Gradio. Also, is a MCP integration available.

πŸ§ͺ Install dependencies after clonning with:

pip install -r requirements.txt

Made with ❀️ using Gradio, Llama, Nebius APIs for Gradio Agents & MCP Hackathon 2025 on Hugging FaceπŸ€—

Created by tejasashinde