Deploy from GitHub main
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CompI - Compositional Intelligence Project
|
| 2 |
|
| 3 |
A multi-modal AI system that generates creative content by combining text, images, audio, and emotional context.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
# Space metadata for Hugging Face
|
| 3 |
+
# This tells the Space which SDK and entry file to run
|
| 4 |
+
# Safe to keep at top of README; ignored by GitHub rendering
|
| 5 |
+
# (Hugging Face parses the YAML front‑matter)
|
| 6 |
+
|
| 7 |
+
title: CompI — Final Dashboard
|
| 8 |
+
emoji: 🎨
|
| 9 |
+
colorFrom: indigo
|
| 10 |
+
colorTo: purple
|
| 11 |
+
sdk: streamlit
|
| 12 |
+
app_file: src/ui/compi_phase3_final_dashboard.py
|
| 13 |
+
pinned: false
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
# CompI - Compositional Intelligence Project
|
| 17 |
|
| 18 |
A multi-modal AI system that generates creative content by combining text, images, audio, and emotional context.
|