Skip to content

Heart disease detection using different classifiers and neural network with feature engineering.

License

Notifications You must be signed in to change notification settings

wildoctopus/heart-disease-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heart-disease-detection

Heart disease detection using different classifiers and neural network with feature engineering.

Getting Started

Clone the Repo.

Install packages from requirements.txt -

  • If not uisng any virtual env, then simply execute the below command in terminal

    • Navigate to the project directory from terminal.
    • run: pip install -r requirements.txt
  • If using virtual env -

    • Navigate to the project directory from terminal.
    • Activate your virtualenv.
    • run: pip install -r requirements.txt in your shell.

Once packages are installed, Open the project in any IDE of your choice. Execute "main.py" file to see results.

Releases

No releases published

Packages

No packages published

Languages