PowerShell scripts for the Consciousness Revolution mesh network.
Tests every Ollama model with the same prompt and reads answers out loud.
Run: powershell -File model-test.ps1 "your question"
Quick TTS — speaks any text through the computer speakers.
Run: powershell -File speak.ps1 "hello world"
Transcribes speech from the default mic and logs it to transcription_log.txt.
Run: powershell -File listen.ps1