Demo → Real Radar → VEX Robot Control
This project is a Streamlit application designed to teach and demonstrate radar-based gesture recognition using:
- A synthetic demo radar stream (macOS + Windows)
- Teachable Machine (Keras) model inference
- A virtual VEX robot simulator
- A real Infineon BGT60TR13C radar (Windows-only, coming next)
The project is developed incrementally using sprints, ensuring stability and cross-platform support.
Current Status — Sprint 3.0 ✅
Completed
- Demo radar spectrogram generation
- Sample capture and labeled dataset saving
- Teachable Machine model loading (keras_model.h5, labels.txt)
- Live inference
- Virtual VEX robot control driven by predictions
- Windows-only Real Radar tab scaffold (safe on macOS)
Not yet implemented
- Live physical radar stream
- Physical radar sample capture
- Physical VEX robot control