DEV Community

Cover image for My Submission for Build Apps with Google AI Studio
Balamanikandan S
Balamanikandan S

Posted on • Edited on

My Submission for Build Apps with Google AI Studio

Education Track: Build Apps with Google AI Studio

πŸš€ My Submission for Build Apps with Google AI Studio
🌟 What I Built
I created a full-stack AI-powered recipe generator that takes a fridge photo, detects ingredients using Gemini, generates a complete recipe, and visualizes the final dish using Imagen 2.

🧠 Key Prompt
"Analyze this image and identify the food ingredients. Respond with a comma-separated list. For example: tomatoes, onions, chicken breast."

πŸ”§ Features Used
🧠 Gemini 1.0 Pro Vision for ingredient detection

✍️ Gemini 1.0 Pro for recipe generation

πŸ–ΌοΈ Imagen 2 for dish image generation

βš™οΈ Flask backend (Python)

🎨 HTML, CSS, and JavaScript frontend, TypeScript and Twailwind CSS

☁️ Deployed on Google Cloud Run using Docker

🌐 Live Demo
πŸ”— Try the app here!

https://balamanikandanb191.github.io/My-Submission-for-Build-Apps-with-Google-AI-Studio/


πŸ§ͺ What I Learned
How to chain multiple AI models (image β†’ text β†’ generation)

How to write structured prompts for better results

How to build a full-stack AI app and deploy with Google Cloud Run

Basics of Docker and GitHub Pages for frontend hosting

πŸ’¬ Hope you like my submission! Feedback welcome πŸ™Œ
Thanks to DEV & Google AI Studio for this awesome opportunity! ❀️

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.