Skip to content

Latest commit

 

History

History
51 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

51 lines (23 loc) · 1.22 KB

Heart Disease Diagnosis

Screenshot 2022-01-14 at 8 11 43 PM

Screenshot 2022-01-20 at 3 43 24 PM

Screenshot 2022-01-20 at 3 43 40 PM

Screenshot 2022-01-20 at 3 48 24 PM

Screenshot 2022-01-24 at 3 48 47 PM

Task to be done

  • develop it for mobile view
  • Progress Bar for question
  • Generate a report in pdf formate
  • add more disease detection technique

To run the file

git clone https://github.com/neelkantnewra/Heart-Disease-Diagnosis.git

For linux:

python3 -m venv hsd-venv

source hsd-venv/bin/activate

pip install -r requirements.txt

flask run

For Windows:

python -m venv hsd-venv

hsd-venv\Scripts\activate

pip install -r requirements.txt

flask run