added file overview to readme

master
Jake 2025-10-24 21:38:35 +08:00
parent 2715b43fc8
commit 7deeb45b46
1 changed files with 10 additions and 1 deletions

View File

@ -17,3 +17,12 @@ 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)
## 📂 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. |