Skip to content

RGBHack/AlzheimersAI

Repository files navigation

AlzheimersAI

Build Status MIT Licence

A website for early detection and tracking of Alzheimer's disease. The live link is https://alzheimersai.tk/

Best Social Good Award at 2020 StanHacks 2 Hackathon, Best Use of Google Cloud Award and Honorable Mention at 2020 HackDSC Hackathon.

To run locally, clone the repository and run npm install -g firebase-tools and then firebase serve in your terminal.

AlzheimersAI is a Firebase-hosted Flask app running inside a Google Cloud Run Docker container. It combines quiz results with a FastAI Convolution Neural Network analysis of the users' brain scan to produce a value for the user's Alzheimers Index. It enables family members to keep track of the user's condition through the use of charts and diagrams produced by Chart.JS. Caregives can also fill out a user profile for the patient to refer to in case they forget something. The site stores this data by interacting with the Firestore database service and can successfully authenticate users and save data. The languages used to create this site include HTML, CSS, JavaScript, jQuery, YAML, Batch, Shell (zsh), Jupyter Notebook, and Python. It takes advantage of the Flask, FastAI, Pandas, NumPy, PyTorch, Node.JS, Chart.JS, Visual Studio Code Live Share, Travis-CI, and Bootstrap libraries. The data use to train the model can be found on Kaggle. Travis-CI is integrated with Google Cloud Run, Docker, and Node.JS to automatically build the Docker image and deploy to Firebase Hosting whenever a new change is committed. Bootstrap streamlines responsiveness on the page, allowing it to work seamlessly on mobile devices. The code itself was written in the Visual Studio Code IDE with Live Share integration for increased productivity and collaboration.

A diagram of how our content is served can be found below: alt text

For more information on our AI and our AI library, please check out the AI folder and our Wiki

Video Demo: https://youtu.be/9EbzsI7cwNs
DevPost: https://devpost.com/software/alzheimersai
Slides Presentation: https://bit.ly/2yLpoEC

Creators: Aadit Gupta, Raadwan Masum, Safin Singh, and Rohan Juneja