Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.1 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.1 KB

Describe Art logo

Describe Art

View Demo

Project Description

Text to Image generation platform that uses Vision AI to generate images from prompts. It uses Stability API and Stable Diffusion XL model for generating high quality images.

Tech Stack

Next.js, TailwindCSS, ContextAPI, TypeScript, Stable Diffusion, Firebase, Zod (for schema validation), React-hook-form

Features

  • Create account
  • Generate images from prompt
  • Images are stored in firebase storage

Getting Started

  • Clone the repo
  git clone https://github.com/kaifayazkhan/describeArt
  • Navigate to the project directory
    cd describeArt
  • Install the dependencies
    npm i
  • Rename the .env.example to .env and put your actual keys
  • Build the app
    npm run build
  • Run the app
    npm run start