[PR #26] [CLOSED] Added AI Cooking Assistant #14893

Closed
opened 2026-07-15 06:59:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/26
Author: @sanketshinde3001
Created: 11/5/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 42c0ebd Added AI Cooking Assistant

📊 Changes

3 files changed (+131 additions, -0 deletions)

View changed files

ai_agent_tutorials/ai_cooking_agent/README.md (+39 -0)
ai_agent_tutorials/ai_cooking_agent/cooking_agent.py (+89 -0)
ai_agent_tutorials/ai_cooking_agent/requirements.txt (+3 -0)

📄 Description

Title: AI Cooking Assistant

Description:

  • meal planning feature that allows users to input available ingredients and dietary preferences.
  • used the GEMINI API to generate personalized meal plans and recipes.

Click here to use

Screenshot

image

@Shubhamsaboo
Please let me know your feedback on this !


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/26 **Author:** [@sanketshinde3001](https://github.com/sanketshinde3001) **Created:** 11/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`42c0ebd`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/42c0ebdda6c27fa8f958c5432d2b827b1685f299) Added AI Cooking Assistant ### 📊 Changes **3 files changed** (+131 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ai_agent_tutorials/ai_cooking_agent/README.md` (+39 -0) ➕ `ai_agent_tutorials/ai_cooking_agent/cooking_agent.py` (+89 -0) ➕ `ai_agent_tutorials/ai_cooking_agent/requirements.txt` (+3 -0) </details> ### 📄 Description Title: AI Cooking Assistant Description: - meal planning feature that allows users to input available ingredients and dietary preferences. - used the GEMINI API to generate personalized meal plans and recipes. [Click here to use](https://ai-cooking.streamlit.app/) ## Screenshot ![image](https://github.com/user-attachments/assets/098fc8fc-118d-47e5-ba3a-00adfeebca0a) @Shubhamsaboo Please let me know your feedback on this ! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-15 06:59:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#14893