Spaces:
Running
Running
metadata
title: Gemini 3D Co-Drawing
emoji: π
colorFrom: yellow
colorTo: indigo
sdk: docker
pinned: false
license: apache-2.0
app_port: 3000
short_description: Gemini native image for 3D co-drawing
Gemini 3D Co-Drawing
A collaborative drawing application powered by Google's Gemini 2.0 API for image generation. This app allows users to create drawings and have Gemini enhance or add to them based on text prompts.
API Key Setup
To use this application, you'll need a Google AI Studio API key:
- Visit Google AI Studio
- Create a new API key or use an existing one
- Put your API key in a
.env
file.
GEMINI_API_KEY={your_key}
The free tier includes generous usage limits, but you can also upgrade for additional capacity.
Technology Stack
This is a Next.js project that uses:
- Next.js for the frontend and API routes
- Google's Gemini 2.0 API for image generation
- Canvas API for drawing functionality