Skip to content

Latest commit

 

History

History
80 lines (55 loc) · 2.59 KB

README.md

File metadata and controls

80 lines (55 loc) · 2.59 KB

Starry – Generate pictures based on Van Gogh's Starry Night.

Starry 💫

Turn your ideas into Van Gogh's Starry Night

Laura Twitter followers count Spirals repository stars count

How it works

This application leverages an AI model, specifically Stable Diffusion hosted on Replicate, to transform your images into art inspired by Van Gogh's Starry Night. Simply enter a prompt, and it will be processed through this AI model via a Next.js server action and an API route that listens to Replicate's webhook.

🎥 Walkthrough videos

Powered by

How to run on your own machine

1. Install Bun for compilation

2. Install ngrok to listen to Replicate's webhook events while developing locally

2. Cloning the repository

git clone

3. Sign up for the services mentioned in the Powered by section

4. Storing API keys in .env file.

Copy the .env.example file and update with your own API keys.

5. Installing the dependencies.

bun install

6. Running the application.

Then, run the application in the command line and it will be available at http://localhost:3000.

bun run dev

Also, run ngrok http 3000 to create a tunnel to listen to Replicate's webhook events.

Author