Face Detection-Based AI Automation of Lab Tests
This Streamlit app performs real-time facial analysis to estimate vital signs and pre-screen lab tests using AI models.
Features
- Face detection and landmark tracking via MediaPipe
- Heart rate estimation using rPPG techniques
- Simulated SpO₂ and Respiratory Rate calculation
- Hemoglobin level proxy and hydration risk indicators
- Downloadable diagnostic report as CSV
- Built for Hugging Face Spaces
How to Run on Hugging Face Spaces
- Clone or upload this repository to your Hugging Face account.
- Include the
app.py
,requirements.txt
, and thisREADME.md
file. - Make sure your
app.py
file contains the Streamlit code. - Set
app.py
as the entry point in the Space settings.