Best Flask open-source libraries and packages

Heart Failure Prediction

Huge medical data of patients with cardio vascular diseases is available. Using this data, we can build a model using several important factors such as age, gender, blood pressure, platelet count, diabetes which collectively gives an accurate and precise information about the possibility that a patient will die or not due to heart failure. This can be used by the medical fraternity to increase the medical treatment who has high chances of heart failure using the Machine Learning model. This model will be used in the form a website, where after submitting the medical history of the patient, the model...
Updated 2 years ago

Heart-Failure-Prediction

To run this on your computer, clone this repo and download all the required libraries using

pip install -r requirements.txt

Keeping the current working directory as this github repository, you can run the web app using

python3 app.py
Tags form forms