ESC 2024 CCS Guideline-Based Probability Calculator for Coronary Artery Disease
CADence is a clinical decision support tool that helps clinicians assess the probability of coronary artery disease based on the latest ESC guidelines. It integrates patient characteristics, risk factors, and test results to provide evidence-based recommendations.
- Clone the repository:
git clone https://github.com/yourusername/cadence.git
cd cadence- Create a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate- Install dependencies:
pip install -r requirements.txtRun the Streamlit app:
streamlit run app.pyThe application is organized into several modules:
src/components/: UI componentssrc/constants/: Constant values and configurationssrc/state/: State managementsrc/utils/: Utility functions and calculations
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Dr. U Bhalraam MBChB, BMSc, MRCP