You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An AI-powered application for generating artistic images from text prompts using Google Gemini. Users can specify prompts, artistic styles, aspect ratios, and export formats to create unique visual content.
This contains everything you need to run your app locally.
Run Locally
Prerequisites: Node.js
Install dependencies:
npm install
Set the GEMINI_API_KEY in .env.local to your Gemini API key
Run the app:
npm run dev
About
An AI-powered application for generating artistic images from text prompts using Google Gemini. Users can specify prompts, artistic styles, aspect ratios, and export formats to create unique visual content.