Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nutlope/qrGPT
An AI QR Code Generator
https://github.com/Nutlope/qrGPT
Last synced: 13 days ago
JSON representation
An AI QR Code Generator
- Host: GitHub
- URL: https://github.com/Nutlope/qrGPT
- Owner: Nutlope
- Created: 2023-09-16T21:54:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T20:08:57.000Z (12 months ago)
- Last Synced: 2024-05-18T03:45:12.164Z (6 months ago)
- Language: TypeScript
- Homepage: https://qrgpt.io/
- Size: 8.01 MB
- Stars: 509
- Watchers: 8
- Forks: 89
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-replicate - qrGPT - An AI QR code generator. (Built with Replicate)
README
Generate beautiful AI QR Codes in seconds. Powered by Vercel and Replicate.
Tech Stack ·
Deploy Your Own ·
Authors ·
Credits
## Tech Stack
- Next.js [App Router](https://nextjs.org/docs/app)
- [Replicate](https://replicate.com/) for the AI model
- [Vercel Blob](https://vercel.com/storage/blob) for image storage
- [Vercel KV](https://vercel.com/storage/kv) for redis storage and rate limiting
- [Shadcn UI](https://ui.shadcn.com/) for the component library## Deploy Your Own
You can deploy this template to Vercel with the button below:
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.fyi/qrGPT)
Note that you'll need to:
- Set up [Replicate](https://replicate.com)
- Set up [Vercel KV](https://vercel.com/docs/storage/vercel-kv/quickstart)
- Set up [Vercel Blob](https://vercel.com/docs/storage/vercel-blob/quickstart)## Authors
- Hassan El Mghari ([@nutlope](https://twitter.com/nutlope))
- Kevin Hou ([@kevinhou22](https://twitter.com/kevinhou22))## Credits
- [Codeium](https://codeium.com?repo_name=nutlope%2Fqrgpt) and [v0](https://v0.dev/) for quick prototyping and AI autocomplete
- [Spirals](https://spirals.vercel.app/) for great code patterns and some code (ty Steven)
- [Lim Zi Yang](https://github.com/ZYLIM0702) for the original AI model