From 45c5b0764f0bdaea2c90106c46fc9ee5f2e1ae2a Mon Sep 17 00:00:00 2001 From: Vikas Date: Thu, 21 Oct 2021 18:47:47 +0530 Subject: [PATCH 1/4] changes in installation instructions --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14e937c..46d07fe 100644 --- a/README.md +++ b/README.md @@ -20,22 +20,30 @@ Prediction or detection of various medical ailments. Deployed locally using Flask 2.0. ## Setup + +If you do not have Anaconda or Miniconda3 installed install it using the following link + +Anaconda : https://www.anaconda.com/products/individual + +MiniConda3 : https://docs.conda.io/en/latest/miniconda.html -Assuming you have Ananconda or Miniconda3 already working, create a tensorflow conda environment and install a few libraries into it, and then we're ready to go. +If you have Anaconda installed create a conda environment : * Install the current release of CPU-only TensorFlow, recommended for beginners: ```bash -conda create -n tf tensorflow +conda create -n tf conda activate tf +conda install -c conda-forge tensorflow ``` * Or, to install the current release of GPU TensorFlow on Linux or Windows: ```bash -conda create -n tf-gpu tensorflow-gpu +conda create -n tf-gpu conda activate tf-gpu +conda install tensorflow-gpu ``` * Cd into your newly created environment (from command line or terminal) From 255e5035a26f65b4ea1653e2764bf82a8a676b8d Mon Sep 17 00:00:00 2001 From: Vineel Sai Date: Fri, 22 Oct 2021 11:35:13 +0530 Subject: [PATCH 2/4] UI fixes --- templates/breastCancer.html | 4 +-- templates/covid.htm | 8 +++--- templates/dengue.html | 6 ++--- templates/departments.html | 4 +-- templates/diabetes.html | 10 +++---- templates/heartDisease.html | 8 +++--- templates/kidney.html | 9 +++---- templates/login.html | 48 +++++++++++++++++---------------- templates/malaria.html | 7 +++-- templates/parkinsonDisease.html | 4 +-- templates/signup.html | 36 +++++++++++++------------ templates/thyroidDisease.html | 4 +-- 12 files changed, 75 insertions(+), 73 deletions(-) diff --git a/templates/breastCancer.html b/templates/breastCancer.html index 5653f8b..a27db3b 100644 --- a/templates/breastCancer.html +++ b/templates/breastCancer.html @@ -39,7 +39,7 @@ -
+