Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🎙️ Voice into Imagination
|
| 2 |
|
| 3 |
**Voice into Imagination** is a sophisticated AI-powered application that transforms your spoken words into vivid, high-quality images. By blending voice transcription, natural language understanding, and state-of-the-art image synthesis, it provides a seamless bridge between thought and visualization.
|
|
@@ -75,4 +83,4 @@ You can keep adding more images or refining your ideas. All system logs are trac
|
|
| 75 |
|
| 76 |
- `app.py`: Main Streamlit interface with custom chat UI.
|
| 77 |
- `agent.py`: Core logic for Whisper, GPT-4, and DALL·E integration.
|
| 78 |
-
- `.screenshots/`: Documentation assets showing the app in action.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: afl-3.0
|
| 3 |
+
title: Voice to Image
|
| 4 |
+
sdk: docker
|
| 5 |
+
emoji: 💻
|
| 6 |
+
colorFrom: red
|
| 7 |
+
colorTo: green
|
| 8 |
+
---
|
| 9 |
# 🎙️ Voice into Imagination
|
| 10 |
|
| 11 |
**Voice into Imagination** is a sophisticated AI-powered application that transforms your spoken words into vivid, high-quality images. By blending voice transcription, natural language understanding, and state-of-the-art image synthesis, it provides a seamless bridge between thought and visualization.
|
|
|
|
| 83 |
|
| 84 |
- `app.py`: Main Streamlit interface with custom chat UI.
|
| 85 |
- `agent.py`: Core logic for Whisper, GPT-4, and DALL·E integration.
|
| 86 |
+
- `.screenshots/`: Documentation assets showing the app in action.
|