๐ Privia Health AI
For now we have implemented parkinson detection using audio
Privacy-Preserving Remote Fever & Symptom Monitoring ( will be executed and shown in the coding round)
Earlier Parkinson detection using audio
link
๐ฑ Inspiration
Healthcare providers struggle with continuous patient follow-up after discharge โ especially for fever, viral infections, and respiratory illnesses. Many patients deteriorate silently at home due to lack of real-time monitoring.
At the same time, hospitals cannot share medical records due to HIPAA/GDPR, leading to AI models trained on small isolated datasets that don't generalize well.
We asked:
How do we ensure proactive care while protecting patient privacy and enabling shared medical intelligence?
This led to Privia Health AI โ a remote monitoring + federated learning platform that helps hospitals collaborate safely.
๐ก What it does
- Tracks fever, symptoms, vitals, and recovery patterns
- Automates follow-up messages and medication reminders
- Alerts clinicians when symptoms worsen
- Creates personalized analytics and expected recovery timeline
- Uses federated learning to train models across hospitals without sharing patient data
Patients stay monitored. Doctors stay informed. Data stays private.
๐๏ธ How we built it
๐ง Core Architecture
- Mobile app for patient symptom logging
- Wearable integration for temperature, SpOโ, and heart-rate
- Encrypted data storage & secure FHIR APIs
- Federated learning for cross-clinic AI training
- Differential Privacy & model weight encryption
โ๏ธ Tech Stack
| Layer | Tools |
|---|---|
| Frontend | React Native / Next.js |
| Backend | FastAPI + Supabase/PostgreSQL |
| AI | TensorFlow Federated / PySyft |
| Security | AES-256 + HTTPS + JWT |
| Visualization | Tailwind UI + Grafana |
๐ FL Training Equation
[ W_{global} = \sum_{i=1}^{N} \frac{n_i}{n} W_i ]
Where:
- (W_i) = weights from hospital (i)
- (n_i) = data points at hospital (i)
- (n) = total samples across all hospitals
Only model updates are shared โ never raw medical data.
๐ง Challenges we ran into
| Challenge | Solution |
|---|---|
| HIPAA/GDPR data restrictions | Federated learning + differential privacy |
| Real-time vitals processing | WebSockets + queue buffering |
| Ensuring medical trust | Rule-based clinical validation + alerts |
| Encryption overhead | Gradient compression + secure aggregation |
| User-friendly patient workflow | Minimal input UI + wearable automation |
๐ Accomplishments weโre proud of
- Built secure symptom & vitals tracker
- Triggered automated fever follow-ups
- Designed clinician monitoring dashboard
- Deployed federated model prototype
- Maintained full privacy compliance by design
๐ What we learned
- Practical federated learning implementation
- Designing AI for real medical workflows
- Regulatory guardrails for patient data
- Importance of clear UX for non-tech patients
- Ethical AI deployment in healthcare
Privacy isn't a hurdle โ it's a foundation for trustworthy AI.
๐ฎ Whatโs next for Privia Health AI
- Digital-twin based patient recovery prediction
- Multi-disease support (COPD, diabetes, cardiac)
- Telehealth escalation triggers
- Wearable medical certification path
- Blockchain-backed consent + audit logs
- Clinical pilots with hospitals & research teams
Smart recovery monitoring. Zero data compromise.
Log in or sign up for Devpost to join the conversation.