A Safe Window Into Brain Pressure
Non-invasive intracranial pressure estimation through optical sensing and machine learning.
SafeICP is a presentation site for a research project on non-invasive intracranial pressure monitoring. The site walks through the full pipeline: clinical motivation, optical sensing, hardware translation, ML inference, quantitative and qualitative evidence, and future roadmap.
| # | Slide | Topic |
|---|---|---|
| 1 | Prelude | Speaker introduction |
| 2 | Hero | Project overview |
| 3 | Problem | Why ICP monitoring matters |
| 4 | Contrast | Invasive vs non-invasive |
| 5 | System | SafeICP measurement pipeline |
| 6 | Hardware | Lab rig to bedside device |
| 7 | Sensing | Optical sensing logic |
| 8 | Data | ML training setup |
| 9 | Inference | Signal-to-ICP mapping |
| 10 | Qualitative | Model behavior and prediction traces |
| 11 | Metrics | Quantitative results |
| 12 | Meaning | Interpretation of findings |
| 13 | Future | Impact and next steps |
| 14 | Conclusion | Clinical refinement path |
| 15 | Collab | Consortium partners |
| 16 | Team | Team members |
| 17 | Q&A | Questions, answers, and contact |
# Clone & install
git clone https://github.com/ViacheslavDanilov/safe-icp.git
cd safe-icp
pnpm install
# Start development server
pnpm devOpen localhost:3000 to view the presentation.
- Framework — Next.js 16 with App Router and React 19
- Styling — Tailwind CSS v4 + custom CSS design system
- Typography — Inter (headings) + IBM Plex Sans (body) via
next/font - Animations — CSS keyframes with staggered entrance system and
prefers-reduced-motionsupport - Presentation — Full-viewport scroll-snap slides with keyboard navigation
MIT