https://github.com/replicate/quirky
An open-source tool for making really cool QR codes with AI
https://github.com/replicate/quirky
Last synced: 9 months ago
JSON representation
An open-source tool for making really cool QR codes with AI
- Host: GitHub
- URL: https://github.com/replicate/quirky
- Owner: replicate
- Created: 2023-06-16T02:08:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T18:33:53.000Z (over 2 years ago)
- Last Synced: 2025-05-08T21:17:20.058Z (9 months ago)
- Language: JavaScript
- Homepage: https://quirky.replicate.dev
- Size: 5.29 MB
- Stars: 223
- Watchers: 19
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🔳 Quirky
Make really cool QR codes with AI. Try it out at [quirky.replicate.dev](https://quirky.replicate.dev).
## How it works
This app is powered by:
🚀 [Replicate](https://replicate.com), a platform for running machine learning models in the cloud.
🖼️ [Multi-ControlNet](https://replicate.com/anotherjesse/multi-control), an open-source machine learning model that layers controlnets to do cool things with your QR code.
🔳 [react-qr-code](https://www.npmjs.com/package/react-qr-code) for generating QR codes.
## Development
Install dependencies:
```console
npm install
```
Add your [Replicate API token](https://replicate.com/account#token) to `.env.local`:
```
REPLICATE_API_TOKEN=
```
Run the development server:
```console
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser. That's it!