A web interface powered by Replicate to generate and edit images using AI.
- Generate Image using AI prompt
Make sure to install the dependencies with pnpm
Start by cloning this repo to your local machine and navigating into the directory.
git clone https://github.com/roiLeo/AImage
cd AImageThen, install the project dependencies:
pnpm installCopy the .env.example file to .env:
cp .env.example .envStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm build