Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,66 +1,52 @@
|
|
| 1 |
---
|
| 2 |
-
title: Dispatch AI Arabic Calligraphy
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: yellow
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: "4.44.
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: mit
|
| 11 |
tags:
|
| 12 |
-
- calligraphy
|
| 13 |
- arabic
|
|
|
|
|
|
|
| 14 |
- flux
|
| 15 |
- image-generation
|
| 16 |
- dispatch-ai
|
| 17 |
---
|
| 18 |
|
| 19 |
-
# Dispatch AI Arabic Calligraphy
|
| 20 |
|
| 21 |
-
A Gradio app that generates
|
| 22 |
|
| 23 |
-
Built by **Dispatch AI (FZE)** — UAE.
|
| 24 |
|
| 25 |
## Features
|
| 26 |
|
| 27 |
-
- ✍️ **Arabic text input**
|
| 28 |
-
- 🖋️ **
|
| 29 |
-
-
|
| 30 |
-
-
|
| 31 |
-
-
|
| 32 |
-
-
|
| 33 |
-
-
|
| 34 |
-
-
|
| 35 |
-
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
-
|
|
|
|
| 39 |
- 🌙 **Dark theme** (#0A0F1A bg, #1FE0E6 cyan accent)
|
| 40 |
-
- 📋 **Example Arabic prompts** (one-click)
|
| 41 |
-
|
| 42 |
-
## Example Arabic Prompts
|
| 43 |
-
|
| 44 |
-
- بسم الله الرحمن الرحيم
|
| 45 |
-
- السلام عليكم ورحمة الله وبركاته
|
| 46 |
-
- الحب للوطن من اليمان
|
| 47 |
-
- العلم نور
|
| 48 |
-
- صبر جميل
|
| 49 |
-
- توكل على الله
|
| 50 |
|
| 51 |
## Model
|
| 52 |
|
| 53 |
-
`black-forest-labs/FLUX.1-schnell`
|
| 54 |
|
| 55 |
## Setup
|
| 56 |
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
## Usage
|
| 60 |
-
|
| 61 |
-
1. Type your Arabic text (or click an example).
|
| 62 |
-
2. Pick a calligraphy style and color scheme.
|
| 63 |
-
3. Click **Generate Calligraphy**.
|
| 64 |
|
| 65 |
## License
|
| 66 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Dispatch AI — Arabic Calligraphy
|
| 3 |
+
emoji: ✒️
|
| 4 |
colorFrom: yellow
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.1"
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: mit
|
| 11 |
tags:
|
|
|
|
| 12 |
- arabic
|
| 13 |
+
- calligraphy
|
| 14 |
+
- islamic-art
|
| 15 |
- flux
|
| 16 |
- image-generation
|
| 17 |
- dispatch-ai
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# Dispatch AI — Arabic Calligraphy ✒️
|
| 21 |
|
| 22 |
+
A Gradio app that generates Arabic calligraphy art using **FLUX.1-schnell**. Enter Arabic text, pick a calligraphy style, color scheme, and composition — get beautiful Islamic art.
|
| 23 |
|
| 24 |
+
Built by **Dispatch AI (FZE)** — UAE · License 10818.
|
| 25 |
|
| 26 |
## Features
|
| 27 |
|
| 28 |
+
- ✍️ **Arabic text input** — RTL enabled
|
| 29 |
+
- 🖋️ **7 calligraphy styles**:
|
| 30 |
+
- Thuluth (elegant sweeping curves)
|
| 31 |
+
- Naskh (clean traditional book script)
|
| 32 |
+
- Diwani (decorative Ottoman style)
|
| 33 |
+
- Kufi (geometric angular)
|
| 34 |
+
- Modern (contemporary fusion)
|
| 35 |
+
- Nasta'liq (Persian-Arabic)
|
| 36 |
+
- Ruq'ah (compact handwriting)
|
| 37 |
+
- 🎨 **7 color schemes**: Gold on Black, White on Blue, Silver on Dark, Gold on Green, White on Maroon, Bronze on Cream, Neon on Dark
|
| 38 |
+
- 🖼️ **4 compositions**: Centered, Circular, Panel, Freestyle
|
| 39 |
+
- 📝 **Arabic example prompts** included
|
| 40 |
+
- ⬇️ **Download button**
|
| 41 |
- 🌙 **Dark theme** (#0A0F1A bg, #1FE0E6 cyan accent)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
## Model
|
| 44 |
|
| 45 |
+
`black-forest-labs/FLUX.1-schnell` — a fast distilled flow-matching model.
|
| 46 |
|
| 47 |
## Setup
|
| 48 |
|
| 49 |
+
1. Set your HuggingFace token as a Space secret named `HF_TOKEN`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
## License
|
| 52 |
|