ThreatLevelD commited on
Commit
9e00c51
·
1 Parent(s): 041a207

Fix HF space config error - add YAML block to README

Browse files
Files changed (1) hide show
  1. README.md +37 -2
README.md CHANGED
@@ -1,4 +1,15 @@
1
- # Master Emotional Core™ (MEC™) — MVP
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  This is the official MVP demonstration of the Master Emotional Core™ (MEC™), built by Dylan D. Mobley as part of the AI Empathy Ethics™ initiative.
4
 
@@ -17,9 +28,33 @@ To demonstrate Functional Empathy — the operational ability of AI systems to e
17
 
18
  **Demo Frontend:** Gradio (for Hugging Face Spaces)
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  **License:** See LICENSE.md — educational / non-commercial only.
21
 
22
  ---
23
 
24
  Empathy first. Not 1984.
25
- AI Empathy Ethics | HEART Framework | Master Emotional Core
 
1
+ ---
2
+ title: "Master Emotional Core™ (MEC™) — Functional Empathy Demo"
3
+ emoji: "🫂"
4
+ colorFrom: "purple"
5
+ colorTo: "blue"
6
+ sdk: gradio
7
+ sdk_version: "4.14.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # Master Emotional Core™ (MEC™) — MVP v1.0
13
 
14
  This is the official MVP demonstration of the Master Emotional Core™ (MEC™), built by Dylan D. Mobley as part of the AI Empathy Ethics™ initiative.
15
 
 
28
 
29
  **Demo Frontend:** Gradio (for Hugging Face Spaces)
30
 
31
+ ## Current Version
32
+
33
+ **MVP v1.0 — Public Release**
34
+ Tag: `v1.0.0`
35
+ Ready for demonstration and Hugging Face Spaces deployment.
36
+
37
+ ## Features in MVP
38
+
39
+ - Transparent Fusion Prompt output (Codex-compliant)
40
+ - Full UESP Packet (Emotion Reasoning → Intervention → Tone → Cultural Context)
41
+ - Symbolic Reasoning Layer (SAL triggers working)
42
+ - Hidden Emotion Inference (HEI Path)
43
+ - Confidence Gating
44
+ - ERIS Reasoner → UESP → FEC Controller → LLM instruction generation
45
+ - HEART-aligned safety-first architecture
46
+ - Functional Empathy stack ready for public demo
47
+
48
+ ---
49
+
50
+ ## How to Run
51
+
52
+ ```bash
53
+ python main.py
54
+
55
  **License:** See LICENSE.md — educational / non-commercial only.
56
 
57
  ---
58
 
59
  Empathy first. Not 1984.
60
+ AI Empathy Ethics| HEART Framework| Master Emotional Core