Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matteofasulo/heartdisease-dashboard

Heart Disease Risk Assessment using Bayesian Networks
https://github.com/matteofasulo/heartdisease-dashboard

bayesian-inference bayesian-network bayesian-networks pgmpy python3 streamlit variable-elimination

Last synced: 24 days ago
JSON representation

Heart Disease Risk Assessment using Bayesian Networks

Awesome Lists containing this project

README

        

# Heart Disease Bayesian Network Dashboard

For a detailed explanation of the project, please refer to the [main repository](https://github.com/MatteoFasulo/BayesianHeartDisease).

## Report

The pdf report is available [here](https://matteofasulo.github.io/BayesianHeartDisease/report.pdf).

## 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).