CP Mesh Scripts

PowerShell scripts for the Consciousness Revolution mesh network.

model-test.ps1 — Model Test Bench

Tests every Ollama model with the same prompt and reads answers out loud.

Run: powershell -File model-test.ps1 "your question"

Download

speak.ps1 — Text to Speech

Quick TTS — speaks any text through the computer speakers.

Run: powershell -File speak.ps1 "hello world"

Download

listen.ps1 — Ambient Listener

Transcribes speech from the default mic and logs it to transcription_log.txt.

Run: powershell -File listen.ps1

Download