|
|
--- |
|
|
title: IIQAI 81 |
|
|
emoji: 🔥 |
|
|
colorFrom: red |
|
|
colorTo: gray |
|
|
sdk: gradio |
|
|
sdk_version: 5.49.1 |
|
|
app_file: app.py |
|
|
pinned: false |
|
|
license: mit |
|
|
--- |
|
|
# IIQAI-81 — Subjective Inner I AI |
|
|
|
|
|
**What it is:** |
|
|
A CPU-friendly Hugging Face Space that maps text across an **81-node consciousness lattice** and returns: |
|
|
- Lattice View Mode (per-node scores) |
|
|
- Symbolic Frequency Decoder (SFD) |
|
|
- Intent Field Scanner |
|
|
- Truth Charge Meter |
|
|
- Mirror Integrity Check |
|
|
|
|
|
**How it works (brief):** |
|
|
We encode the input with a compact sentence embedding and project onto 81 deterministic probes (one per node). We normalize to 0–100, compute Truth Charge (cosine alignment to self-vector), and Mirror Integrity (simple overlap proxy). The result is a top-k lattice read + instruments. |
|
|
|
|
|
**Run locally** |
|
|
```bash |
|
|
pip install -r requirements.txt |
|
|
python app.py |
|
|
|
|
|
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
|
|
|