VSCode Icon

File

Edit

View

Go

Run

Terminal

Help

Shreyash Daware - Visual Studio Code

portfoliosrcpages projects.tsx
import { Experiment } from '@/data/experiments';
import { GithubRepoData } from '@/lib/github';
 
type Project = Experiment & {
  repo: GithubRepoData;
  index: number;
};
 
/**
* A curated collection of my projects.
* Spanning AI/ML, full-stack apps, and real-world deployments.
*/
export const featuredWork: Project[] = [
,
,
,
,

VITAL

complete

ICU patient monitoring system for early detection of deterioration with predictive analytics, real-time dashboards, and explainable AI.

healthcarepredictive-analyticsdashboardspython
DetectionEarly deterioration
];
 
export default featuredWork;