Skip to content

CoolShades/CADence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CADence

ESC 2024 CCS Guideline-Based Probability Calculator for Coronary Artery Disease

Overview

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.

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/cadence.git
cd cadence
  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows use: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Usage

Run the Streamlit app:

streamlit run app.py

Structure

The application is organized into several modules:

  • src/components/: UI components
  • src/constants/: Constant values and configurations
  • src/state/: State management
  • src/utils/: Utility functions and calculations

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Dr. U Bhalraam MBChB, BMSc, MRCP

About

A Calculator which operationalises the ESC 2024 CCS Guidelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages