quirky
quirky copied to clipboard
An open-source tool for making really cool QR codes with AI
🔳 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!