From 2715b43fc82385f290b7546ce1bdf64cd42e4b34 Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 24 Oct 2025 21:36:46 +0800 Subject: [PATCH] tweaked readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d97e510..206f067 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# 🧠 Little Sophia's Brain +# Little Sophia's Brain -A modular Python script designed to run on Little Sophia's Radxa ZERO 3W. It handles higher-level input processing for embedded robotics, including: +A modular Python script designed to run on Little Sophia's Radxa ZERO 3W. It handles higher-level input processing outside the abilities of the ESP32 central controller. - Face Detection - Voice-to-Text (V2T) @@ -12,7 +12,7 @@ A modular Python script designed to run on Little Sophia's Radxa ZERO 3W. It han 1. Clone this repository to your Radxa ZERO 3W. 2. Download and place the Vosk model in the install directory: - [vosk-model-small-en-us-0.15](https://alphacephei.com/vosk/models) -3. (Jake needs to add the rest of the prerequisites here — e.g., Python packages, camera/mic setup, etc.) +3. (Jake needs to add the rest of the prerequisites here — e.g., Python packages, environment setup, etc.) ## TODO: