Spaces:
No application file
No application file
SEO: Update description
Browse files
README.md
CHANGED
|
@@ -1,25 +1,15 @@
|
|
| 1 |
---
|
| 2 |
title: "QR Code Generator with Analytics API"
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
tags:
|
| 12 |
-
- marketing
|
| 13 |
-
- seo
|
| 14 |
-
- analytics
|
| 15 |
-
- content-generation
|
| 16 |
-
- social
|
| 17 |
-
- media
|
| 18 |
-
- engagement
|
| 19 |
-
- metrics
|
| 20 |
-
- digital
|
| 21 |
-
- content
|
| 22 |
---
|
|
|
|
| 23 |
# QR Code Generator with Analytics API
|
| 24 |
|
| 25 |
Your QR campaigns are flying blind. You're generating codes, but have zero insight into who's scanning them, when, or what they're doing next—until now.
|
|
@@ -71,28 +61,11 @@ Yes. Our webhooks trigger on every scan, sending data to Zapier, Make, or your c
|
|
| 71 |
|
| 72 |
**Start building QR-powered campaigns with real data today—add the API to your stack for $14.99.**
|
| 73 |
|
| 74 |
-
##
|
| 75 |
-
|
| 76 |
-
1. Click **Use in Spaces** above to run the demo directly
|
| 77 |
-
2. Or clone the repository and run locally:
|
| 78 |
-
|
| 79 |
-
```bash
|
| 80 |
-
git clone https://huggingface.co/spaces/WealthFromAI/qr-code-generator-with-analytics-api-cc89
|
| 81 |
-
cd qr-code-generator-with-analytics-api-cc89
|
| 82 |
-
pip install -r requirements.txt
|
| 83 |
-
python app.py
|
| 84 |
-
```
|
| 85 |
-
|
| 86 |
-
## 💰 Pricing
|
| 87 |
|
| 88 |
- **Demo**: Free on Hugging Face Spaces
|
| 89 |
- **Full Source Code**: $14.99
|
| 90 |
-
- Available on [Gumroad](https://gumroad.com) and [Whop](https://whop.com)
|
| 91 |
-
|
| 92 |
-
## 📄 License
|
| 93 |
-
|
| 94 |
-
MIT License — free to use, modify, and distribute.
|
| 95 |
|
| 96 |
---
|
| 97 |
|
| 98 |
-
*Built with [FORGE-X](https://github.com/WealthFromAI)
|
|
|
|
| 1 |
---
|
| 2 |
title: "QR Code Generator with Analytics API"
|
| 3 |
+
emoji: "🤖"
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
+
|
| 13 |
# QR Code Generator with Analytics API
|
| 14 |
|
| 15 |
Your QR campaigns are flying blind. You're generating codes, but have zero insight into who's scanning them, when, or what they're doing next—until now.
|
|
|
|
| 61 |
|
| 62 |
**Start building QR-powered campaigns with real data today—add the API to your stack for $14.99.**
|
| 63 |
|
| 64 |
+
## Pricing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
- **Demo**: Free on Hugging Face Spaces
|
| 67 |
- **Full Source Code**: $14.99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
---
|
| 70 |
|
| 71 |
+
*Built with [FORGE-X](https://github.com/WealthFromAI)*
|