Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohammadreza-mohammadi94/alzheimer-risk-assessment-webapp

This repository is a web app that predicts Alzheimer's Disease risk using patient data. Powered by an ANN, it provides an easy-to-use interface for quick assessments.
https://github.com/mohammadreza-mohammadi94/alzheimer-risk-assessment-webapp

Last synced: about 9 hours ago
JSON representation

This repository is a web app that predicts Alzheimer's Disease risk using patient data. Powered by an ANN, it provides an easy-to-use interface for quick assessments.

Awesome Lists containing this project

README

        

# Alzheimer's Risk Assessment Web App

This repository hosts a **web application** designed to assess the risk of Alzheimer's disease based on patient information. The app uses a machine learning model trained to predict Alzheimer's risk by evaluating various clinical and demographic factors.

**Note:** This repository contains the **deployed web application**; it does not include the model code or the training process. The project's source code is available at this [link](https://github.com/mohammadreza-mohammadi94/Deep_Learning_Projects/tree/main/Alzheimers_Disease_Prediction).

## Features

- Simple user interface to input patient data.
- Provides a risk assessment based on a machine learning model.
- User-friendly interface built using **Streamlit**.

## How to Run the Web App

1. Clone the repository:

```bash
git clone https://github.com/mohammadreza-mohammadi94/Alzheimer-Risk-Assessment-WebApp.git
```

2. Navigate to the repository:

```bash
cd Alzheimer-Risk-Assessment-WebApp
```

3. Run the web app locally:

```bash
streamlit run app.py
```

## Usage

The web app allows users to input patient details such as age, gender, and other medical history information. Based on these inputs, the app predicts the risk of Alzheimer's disease.

## Technology Stack

- **Streamlit** for building and deploying the web interface.
- **Machine Learning Model** (pre-trained and not included in this repository).

## Note

For details about the model and source code, refer to the corresponding machine learning project repository [here](https://github.com/mohammadreza-mohammadi94/Deep_Learning_Projects/tree/main/Alzheimers_Disease_Prediction).