Create README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,43 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
short_description: M3
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ZEN GPT-5 Chat + Image
|
| 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 |
---
|
| 11 |
|
| 12 |
+
# 🧠 ZEN GPT-5 Chat + Image Generator
|
| 13 |
+
|
| 14 |
+
A minimal Hugging Face Space that lets you:
|
| 15 |
+
- Paste your **OpenAI API key**
|
| 16 |
+
- Chat with **GPT-5**
|
| 17 |
+
- Generate **DALL·E 3** images
|
| 18 |
+
|
| 19 |
+
Your key is only used in-session and never stored.
|
| 20 |
+
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
### 🚀 How to Launch
|
| 24 |
+
|
| 25 |
+
1. Create a **new Space** → choose **Gradio / Python**
|
| 26 |
+
2. Upload:
|
| 27 |
+
- `app.py`
|
| 28 |
+
- `requirements.txt`
|
| 29 |
+
- `README.md` (this file)
|
| 30 |
+
3. Click **Commit & Deploy**
|
| 31 |
+
4. Paste your **OpenAI API key** when prompted — done!
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
### 🧩 Features
|
| 36 |
+
- GPT-5 chat interface with streaming responses
|
| 37 |
+
- DALL·E 3 image generation (size selectable)
|
| 38 |
+
- Single-session key input (secure client-side)
|
| 39 |
+
- Clean two-tab layout: **Chat** & **Image**
|
| 40 |
+
|
| 41 |
+
---
|
| 42 |
+
|
| 43 |
+
_Developed for the ZEN AI Co. ecosystem — AI literacy, automation, and creativity for everyone._
|