From 0c3c58298670a47c325ecfbcef790e4af7eba7a2 Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 24 Oct 2025 21:34:32 +0800 Subject: [PATCH] face detection and voice-to-text integrated into flask stream --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d97e510 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# 🧠 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: + +- Face Detection +- Voice-to-Text (V2T) + +--- + +## Installation + +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.) + + +## TODO: +Tested with usb mic and camera only (Logitech C920) \ No newline at end of file