face detection and voice-to-text integrated into flask stream

master
Jake 2025-10-24 21:34:32 +08:00
parent 4926044e71
commit 0c3c582986
1 changed files with 19 additions and 0 deletions

19
README.md Normal file
View File

@ -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)