File size: 758 Bytes
ea73fe1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

1. Clone or upload this repository to your Hugging Face account.
2. Include the `app.py`, `requirements.txt`, and this `README.md` file.
3. Make sure your `app.py` file contains the Streamlit code.
4. Set `app.py` as the entry point in the Space settings.