Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,51 @@
|
|
| 1 |
---
|
| 2 |
-
title: Sparrow Hawk CodeArtGenerator
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.0.1
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: mit
|
| 11 |
-
short_description: ' A sassy AI that creates generative HTML/CSS/JS art.'
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Sparrow Hawk CodeArtGenerator ๐ฆ
|
| 3 |
+
emoji: ๐
|
| 4 |
+
colorFrom: gray
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.0.1
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: mit
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# **Sparrow Hawk CodeArt Generator**
|
| 14 |
+
*A Love Letter to Chaotic Creation*
|
| 15 |
+
|
| 16 |
+
> *"I built a sassy AI muse that won't shut up about gradients. You're welcome."*
|
| 17 |
+
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+

|
| 21 |
+
|
| 22 |
+
## ๐ฎ **What the Hell Is This?**
|
| 23 |
+
A **neon-drenched playground** where my insomnia and Groq's Llama3 had a baby. This HF Space:
|
| 24 |
+
|
| 25 |
+
- Mirrors the **[main Vercel app](https://sparrow-hawk-code-art-generator.vercel.app)**
|
| 26 |
+
- Lets you taste the chaos without leaving Hugging Face
|
| 27 |
+
- Still judges your color choices (but lovingly)
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
## ๐ค **HF-Specific Notes**
|
| 32 |
+
1. **This is the "lite" version** - Full experience lives on Vercel
|
| 33 |
+
2. **No API keys needed** - I handle the messy backend stuff
|
| 34 |
+
3. **Mobile works** - But desktop is where the magic happens
|
| 35 |
+
|
| 36 |
+
<p align="center">
|
| 37 |
+
<img src="https://sparrow-hawk-code-art-generator.vercel.app/images/qr-code.png" alt="QR Code" width="200">
|
| 38 |
+
<br>
|
| 39 |
+
<em>(Scan me at 3AM for maximum creativity)</em>
|
| 40 |
+
</p>
|
| 41 |
+
|
| 42 |
+
---
|
| 43 |
+
|
| 44 |
+
## โ๏ธ **Under the Hood**
|
| 45 |
+
Same glorious tech stack:
|
| 46 |
+
```javascript
|
| 47 |
+
{
|
| 48 |
+
attitude: "110%",
|
| 49 |
+
tech: ["Groq", "Llama3-70b", "Vercel", "Pure Sass"],
|
| 50 |
+
warnings: ["May cause creative addiction"]
|
| 51 |
+
}
|