Back to Projects

CogniCare: Alzheimer's Prevention and Detection

Designed a platform to assist in early detection and prevention of Alzheimer's disease through cognitive assessments and personalized care plans. Winner at MHacks

Date: 2023-11-23

Tags:
MLBiotechFull-Stack

Overview

🚀 This project, built at the University of Michigan, is designed as a companion for individuals facing memory recollection challenges, including those at risk of Alzheimer's disease or Dementia.

🤖 Leveraging AI-powered memory analysis and cognitively stimulating brain exercises, we're supporting memory health and allowing patients to remember their lives by reliving their memories.

Key Features

Running Locally

Cloning the repository the local machine.

git clone https://github.com/ishaan1013/mhacks

Add your OpenAI API key (with GPT-4 access)

Setup the backend API

flask run

Running the frontend application

npm install

Then, run the application in the command line and it will be available at http://localhost:3000.

npm run dev

Acknowledgments