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 AImage
Then, install the project dependencies:
pnpm install
Copy the .env.example
file to .env
:
cp .env.example .env
Start the development server on http://localhost:3000
:
pnpm dev
Build the application for production:
pnpm build