[Google Study Jam X IT’s Study] Build Real World AI Applications with Gemini and Imagen (4)
·
카테고리 없음
Build a Multi-Modal GenAI Application: Challenge Lab Challenge scenarioAI 기반 꽃다발 디자인 회사의 개발자로 현실적인 꽃다발 이미지를 생성하고 생성된 꽃다발의 설명 요약을 제공한다. Task 1Develop a Python function named `generate_bouquet_image(prompt)`. This function should invoke the `imagen-3.0-generate-002` model using the supplied `prompt`, generate the image, and store it locally. For this challenge, use the prompt:Create an image cont..