CoolFace
Apppublic

zkaedi/solidity-voice-guide

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes
App README

🔱 ZKAEDI Solidity Voice Guide

Recursive Hamiltonian energy analysis — spoken aloud.

H_t = H_0 + η·H_{t-1}·σ(γ·H_{t-1}) + ε·N(0, 1+β|H_{t-1}|)

The companion voice interface to `solidity-energy-auditor`. Rather than returning structured JSON findings, this guide narrates the audit — walking through the contract's energy landscape in conversational speech, as a senior auditor would in a live code review.

Pipeline

Solidity code
    ↓
ZKAEDI Guide LLM  (gemma-7b-solidity-energy-signatures GGUF)
    ↓  [η=0.4, γ=0.3, β=0.1 — high memory, soft attractors → flowing narration]
Guide Narration  (plain speech, no markdown)
    ↓
Kokoro-82M TTS  (am_michael / am_fenrir / af_bella / af_heart)
    ↓
Spoken Audio  (24kHz)

PRIME Energy Field

A lightweight scalar H∞ score is computed via 12 iterations of the recursive Hamiltonian equation over vulnerability token densities, giving a phase-state classification:

H∞ rangePhase
< 2🟢 STABLE
2–6🟡 APPROACHING CRITICAL
6–12🔴 CRITICAL
> 12💀 CHAOTIC

Related Spaces