Overview
Gen-Z Care is an Android app that estimates a user’s stress level. It combines on-device facial analysis (via CameraX and a TensorFlow Lite model) with a questionnaire flow, storing sensor readings and results locally.
Under the hood
- CameraX + face analyzer for real-time facial capture and inference.
- TensorFlow module wired through dependency injection for the ML model.
- Room database persisting sensor entities and results.
- A guided flow: setup camera → questionnaire → result screen with the computed assessment.