SuriRaja commited on
Commit
ea73fe1
·
verified ·
1 Parent(s): 76424cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -13
README.md CHANGED
@@ -1,13 +1,19 @@
1
- ---
2
- title: AI LAB
3
- emoji: 🦀
4
- colorFrom: red
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 5.31.0
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
1
+ # Face Detection-Based AI Automation of Lab Tests
2
+
3
+ This Streamlit app performs real-time facial analysis to estimate vital signs and pre-screen lab tests using AI models.
4
+
5
+ ## Features
6
+
7
+ - Face detection and landmark tracking via MediaPipe
8
+ - Heart rate estimation using rPPG techniques
9
+ - Simulated SpO₂ and Respiratory Rate calculation
10
+ - Hemoglobin level proxy and hydration risk indicators
11
+ - Downloadable diagnostic report as CSV
12
+ - Built for Hugging Face Spaces
13
+
14
+ ## How to Run on Hugging Face Spaces
15
+
16
+ 1. Clone or upload this repository to your Hugging Face account.
17
+ 2. Include the `app.py`, `requirements.txt`, and this `README.md` file.
18
+ 3. Make sure your `app.py` file contains the Streamlit code.
19
+ 4. Set `app.py` as the entry point in the Space settings.