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 (2)

Collapse
 
protorcon20 profile image
John C

i try different to put ingredient in but it seem to come up as a pasta instead doesnt matter what kind still pasta

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