From 3b7406dcb50b7fb11bda27915d1dbf7033d5267a Mon Sep 17 00:00:00 2001 From: s2-gado <shekwoyeyilo2.gado@live.uwe.ac.uk> Date: Thu, 1 May 2025 21:57:13 +0000 Subject: [PATCH] [add] edit to ReadMe file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 41de154..5214d4e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ dashboard/: Contains all the Streamlit app components (app.py, overview.py, filtered.py, model_result.py, prediction.py) for building the interactive dashboard. + model_result.py: Contains the details used for the model reults tab + overview.py: Displays the dataset overview and visualisations + prediction.py: Makes predictions uses the models and the informtion needed to input the data + test_functions.py: Contains test cases for the functions used in the dashboard + app.py: Combination of all the files needed to run the dashboard succesfully + alzheimers_disease_data.csv: The primary dataset used for analysis and training. -- GitLab