Skip to content

yongj02/Cardio-Vision-AI-DLmodels

 
 

Repository files navigation

Personal Note: This repository is a fork of the origninal project developed during my time at Monash Univeristy. My contributions were made under my student GitHub account yche0323 (https://github.com/yche0323).

Cardio Vision AI models

A research on the impact of different feature selection techniques on different deep learning models

Setup Instructions

  1. Clone the Repository

    Open a terminal (or command prompt) and navigate to the directory where you want to clone the repository. Then run:

    git clone <repository_url>
    cd <repository_directory>
  2. Create a Virtual Environment

    python -m venv venv
  3. Activate the Virtual Environment

    • Windows:
    .\venv\Scripts\activate
    • Linux/macOS:
     source venv/bin/activate
  4. Install required packages

    pip install -r requirements.txt
  5. Run the code

    python run.py

About

A research on the impact of different feature selection techniques on different deep learning models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%