moved ros2 workspace and docker build scripts together

master
Jake Wilkinson 2025-11-11 21:42:25 +08:00
parent b8331565bd
commit 0c0c9a4f34
1066 changed files with 111 additions and 1 deletions

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# 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. |

Some files were not shown because too many files have changed in this diff Show More