Skip to content

colarrbear/Heart-Attack-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heart-Attack-Analysis

This project is an interactive Python GUI application using Tkinter to visualize, analyze, and gain insights from heart disease data, adhering to object-oriented design principles and allowing user interaction to explore the data.

Application UI

Running the Application

Requirements

To run the application, ensure you have the following dependencies installed:

  • matplotlib >= 3.8.4, < 4.0
  • numpy >= 1.26.4, < 2.0
  • pandas >= 2.2.2, < 2.3
  • seaborn >= 0.13.2, < 0.14

Instructions

Clone the repository:

git clone https://github.com/colarrbear/Heart-Attack-Analysis

Create a virtual environment and install dependencies

  1. Change your directory to Heart-Attack-Analysis
cd Heart-Attack-Analysis
  1. Create virtual environment using this command.
# On Linux or MacOS
python3 -m venv env

# On MS Windows
python -m venv env
  1. Activate the virtual environment
# On Linux or MacOS
source env/bin/activate

# On MS Windows
env\Scripts\activate
  1. Installing Dependencies
pip install -r requirements.txt
  1. Change your directory to code
cd code
  1. Run the application:
python main.py

(For macOS users, use python3 main.py instead of python main.py)


Data Sources

The dataset used in this project is obtained from Kaggle.

About

Project for 01219116-65 Computer Programming 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages