From 7deeb45b4601e94baca1d6a798b29570eb545a6d Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 24 Oct 2025 21:38:35 +0800 Subject: [PATCH] added file overview to readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 206f067..0006ca8 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,13 @@ A modular Python script designed to run on Little Sophia's Radxa ZERO 3W. It han ## TODO: -Tested with usb mic and camera only (Logitech C920) \ No newline at end of file +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) only. |