Go to file
Jake Wilkinson 0c0c9a4f34 moved ros2 workspace and docker build scripts together 2025-11-11 21:42:25 +08:00
.venv sending to radxa 2025-11-09 17:20:39 +08:00
ros2_ws moved ros2 workspace and docker build scripts together 2025-11-11 21:42:25 +08:00
ros_docker moved ros2 workspace and docker build scripts together 2025-11-11 21:42:25 +08:00
README.md moved ros2 workspace and docker build scripts together 2025-11-11 21:42:25 +08:00

README.md

Little Sophia's Brain

ROS2 modules and docker environment setups for higher level AI, speech, and sense functions for Little Sophia

  • Face Detection
  • Voice-to-Text (V2T)

Installation

  1. Docker and ros2_ws folders contain scripts to build and run
  2. ***Ask jake to put more info here

TODO:

Tested with usb mic and camera only (Logitech C920)

File Overview

File Description
RetinaFace.rknn RKNN model for face detection and video streaming.
main.py Core script. Integrates face detection and voice-to-text into Flask stream.
realtime.py Voice-to-text module (Vosk). For testing separately.