gitextract_zg3azadj/ ├── Canc_form.html ├── Diab_form.html ├── LICENSE ├── Procfile ├── README.md ├── alzh.py ├── app.py ├── cancer.csv ├── cancer.py ├── diabetes.csv ├── diabetes.html ├── diabetes.py ├── first_try.h5 ├── forms.py ├── heart.csv ├── heart.py ├── kidney.py ├── kidney_disease.csv ├── liver.py ├── model ├── model.pkl ├── model.py ├── model1 ├── model111.h5 ├── model2 ├── model22 ├── model3 ├── model4 ├── model_class ├── model_class.py ├── my_model.h5 ├── newmodel.h5 ├── py ├── requirements.txt ├── result ├── result.html ├── static/ │ ├── main.css │ └── model111.h5 ├── template/ │ ├── Alzh.html │ ├── about.html │ ├── cancer.html │ ├── demo.py │ ├── diabetes.html │ ├── finance.py │ ├── heart.html │ ├── home.html │ ├── index.html │ ├── index2.html │ ├── iss.py │ ├── kidney.html │ ├── liver.html │ ├── login.html │ ├── predict.html │ ├── predict1.html │ ├── register.html │ ├── result.1html │ ├── result.html │ ├── result1.html │ └── twitter_app.py ├── untitled.html └── untitled.py