3morixd commited on
Commit
ab3cf9e
·
verified ·
1 Parent(s): 5727128

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -39
README.md CHANGED
@@ -1,66 +1,52 @@
1
  ---
2
- title: Dispatch AI Arabic Calligraphy
3
- emoji:
4
  colorFrom: yellow
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: "4.44.0"
8
  app_file: app.py
9
- pinned: false
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 **Arabic calligraphy art** using **FLUX.1-schnell** via the HuggingFace Inference API.
22
 
23
- Built by **Dispatch AI (FZE)** — UAE.
24
 
25
  ## Features
26
 
27
- - ✍️ **Arabic text input** (RTL-aware) type any Arabic phrase
28
- - 🖋️ **Style selector** — 5 classical Arabic calligraphy styles:
29
- - **Thuluth** elegant large sweeping curves
30
- - **Naskh** clean readable book script
31
- - **Diwani** decorative Ottoman ornamental style
32
- - **Kufi** geometric angular blocky letters
33
- - **Modern** contemporary stylized fusion
34
- - 🎨 **Color scheme selector**:
35
- - Gold on Black
36
- - White on Blue
37
- - Silver on Dark
38
- - **Generate button** + download
 
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
- Add `HF_TOKEN` as a Space secret in **Settings → Repository secrets** with your HuggingFace access token.
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