From 6ffac076d3dfe670a9beda9f94edf1ee771bc2c8 Mon Sep 17 00:00:00 2001 From: Matteo Fasulo Date: Sat, 9 Mar 2024 14:45:00 +0100 Subject: [PATCH] Update README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2dab4d0 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Heart Disease Bayesian Network Dashboard + +For a detailed explanation of the project, please refer to the [main repository](https://github.com/MatteoFasulo/BayesianHeartDisease). + +## Dashboard + +The dashboard is a web application enabling users to interact with the Bayesian Network. Users input variable values, and the dashboard calculates the probability of heart disease. Built using the Streamlit library, the required packages can be installed using: + +```bash +pip install -U -r requirements.txt +``` + +## Code of Conduct + +Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms. + +## License + +This project is licensed under the [MIT License](LICENSE).