replicate / quirky

An open-source tool for making really cool QR codes with AI

Home Page:https://quirky.replicate.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔳 Quirky

Make really cool QR codes with AI. Try it out at quirky.replicate.dev.

How it works

This app is powered by:

🚀 Replicate, a platform for running machine learning models in the cloud.

🖼️ Multi-ControlNet, an open-source machine learning model that layers controlnets to do cool things with your QR code.

🔳 react-qr-code for generating QR codes.

Development

Install dependencies:

npm install

Add your Replicate API token to .env.local:

REPLICATE_API_TOKEN=<your-token-here>

Run the development server:

npm run dev

Open http://localhost:3000 with your browser. That's it!

About

An open-source tool for making really cool QR codes with AI

https://quirky.replicate.dev


Languages

Language:JavaScript 99.0%Language:CSS 1.0%