farazify commited on
Commit
617810b
Β·
verified Β·
1 Parent(s): 38371b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -11
README.md CHANGED
@@ -1,16 +1,23 @@
1
- # 🎨 AI Logo Generator
 
 
 
 
 
 
 
 
 
2
 
3
- This is an AI-powered logo generator built with Hugging Face πŸ€— and Gradio, using the `sd-turbo` model for fast generation.
4
 
5
- ## Features
6
 
7
- - Prompt-based logo generation
8
- - Style presets: Minimal, Modern, Retro
9
- - Custom image resolutions (up to 768Γ—768)
10
- - Optional transparent backgrounds
11
- - Light/Dark UI toggle
12
- - One-click download of the generated logo
13
- - Shareable public Gradio app
14
 
15
- ## Example Prompt
16
 
 
 
 
 
1
+ ---
2
+ title: AI Logo Generator
3
+ emoji: πŸ¦‰
4
+ colorFrom: indigo
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: "4.14.0"
8
+ app_file: logoGenertor.py
9
+ pinned: false
10
+ ---
11
 
12
+ # 🎨 AI Logo Generator
13
 
14
+ Enter a prompt to generate a high-quality, stylized logo using Stable Diffusion.
15
 
16
+ ## πŸ§ͺ Example Prompt
17
+ > A minimalist logo of an owl for a tech startup
 
 
 
 
 
18
 
19
+ ## πŸš€ Run Locally
20
 
21
+ ```bash
22
+ pip install -r requirements.txt
23
+ python logoGenertor.py