added file overview to readme again

master
Jake 2025-10-24 21:40:26 +08:00
parent 7deeb45b46
commit 6330d452c1
1 changed files with 3 additions and 4 deletions

View File

@ -18,11 +18,10 @@ A modular Python script designed to run on Little Sophia's Radxa ZERO 3W. It han
## TODO: ## TODO:
Tested with usb mic and camera only (Logitech C920) Tested with usb mic and camera only (Logitech C920)
## 📂 File Overview ## File Overview
| File | Description | | File | Description |
|-------------------|-----------------------------------------------------------------------------| |------------------|------------------------------------------------------------------------------|
| `RetinaFace.rknn` | RKNN model for face detection and video streaming. | | `RetinaFace.rknn` | RKNN model for face detection and video streaming. |
| `main.py` | Core script. Integrates face detection and voice-to-text into Flask stream. | | `main.py` | Core script. Integrates face detection and voice-to-text into Flask stream. |
| `realtime.py` | Voice-to-text module (Vosk) only. | | `realtime.py` | Voice-to-text module (Vosk). For testing separately. |