Skip to content

Official implementation of "Diffusion-based Aesthetic QR Code Generation via Scanning-Robust Perceptual Guidance"

Notifications You must be signed in to change notification settings

jwliao1209/DiffQRCode

Repository files navigation

DiffQRCode

Diffusion-based Aesthetic QR Code Generation via Scanning-Robust Perceptual Guidance [arXiv]

This repository contains the source code for DiffQRCode website.

The website leverages the latest Web Technologies: Vue and Nuxt. The former let you develop with ease, and the latter provides the best-in-class SEO to make your project spread.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Publish on GitHub Pages

We provide a workflow in .github/workflow/deploy.yml to let GitHub builds and deploys the website for us upon pushes to the main branch. However, if you want to deploy the website yourself without pushing to GitHub, you can use

# npm
npm run generate
npm run deploy

Website License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

Official implementation of "Diffusion-based Aesthetic QR Code Generation via Scanning-Robust Perceptual Guidance"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published