LauraBeatris / starry

Turn your ideas into Van Gogh's Starry Night - Powered by Vercel, AuthKit and Replicate πŸ’«

Home Page:https://my-starry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Turn your ideas into Van Gogh's Starry Night - Powered by Vercel, AuthKit and Replicate πŸ’«

https://my-starry.com


Languages

Language:TypeScript 93.3%Language:JavaScript 3.4%Language:CSS 3.3%