CAPT-Memory-Palace / README.md
Knowurknot's picture
Upload folder using huggingface_hub
192cba8 verified
metadata
title: CAPT Memory Palace
emoji: ๐Ÿง 
colorFrom: purple
colorTo: pink
sdk: static
pinned: true
license: mit
short_description: Watch AI think in real-time - 3D cognitive visualization

๐Ÿง  CAPT Memory Palace

Watch AI cognition unfold in real-time

A 3D visualization of the CAPT (Cortical-AI Processing Technology) cognitive architecture

Live Demo โ€ข GitHub


โœจ What You'll See

When you submit a query, watch the AI "think":

Your Query โ†’ PULSE (reading) โ†’ NEDA (patterns) โ†’ HDR (reasoning) 
โ†’ QIPC (competing) โ†’ Consensus โ†’ IMMU (validation) โ†’ NDS (output)

The Experience

Phase What Happens Visual
๐Ÿ”ฎ Receiving Input is parsed Purple glow
๐Ÿ” Analyzing Pattern recognition Multiple candidates appear
๐Ÿงฉ Reasoning Concept mapping Ideas compete
๐Ÿค Consensus Voting/negotiation One interpretation wins
๐Ÿ›ก๏ธ Validating Safety checks Green confirmation
โœจ Responding Output generation Final answer appears

๐Ÿš€ Get Started

  1. Click "Watch Demo" โ€” See a simulated cognitive cycle
  2. Enter a query โ€” Type any question in the input box
  3. Watch the magic โ€” See modules activate in real-time

Keyboard Controls

Key Action
Space Toggle cinematic tour
WASD Navigate 3D space
M Toggle sound
R Reset camera

๐ŸŽง Audio Feedback

Enable sound to hear:

  • Module activation tones (different pitch per module)
  • Phase transition sounds
  • Consensus chime when agreement is reached
  • Ambient cognitive drone

๐Ÿ”Œ Connect to Live CAPT

The viewer can connect to a running CAPT symbiote for real data:

// In browser console
CAPT_API.configure({ endpoint: 'http://your-capt-server:8000' });
CognitiveSimulator.start(onUpdate, { useRealAPI: true });

See DEPLOY.md for full API documentation.


๐Ÿ› ๏ธ Custom Configurations

Click ๐Ÿ“ Edit to modify the palace configuration in JSON:

{
  "schemaVersion": "3.0.0",
  "name": "My Research Palace",
  "rooms": [
    {"id": "input", "label": "Input", "type": "input", "color": "#8b5cf6"},
    {"id": "process", "label": "Process", "type": "processing", "color": "#a855f7"}
  ]
}

๐Ÿ“Š Supported Modules

Module Function
PULSE Language processing
NEDA Pattern recognition (event-driven)
HMC Memory encoding (holographic)
CIG Causal inference graph
HDR Hyperdimensional reasoning
QIPC Quantum-inspired consensus
ECHO Episodic memory
META Self-monitoring
IMMU Constitutional validation
NDS Decision synthesis

Built with CAPT โ€” Learn more about the architecture