diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..cad7657 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cmake.configureOnOpen": false +} \ No newline at end of file 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) diff --git a/app/__pycache__/__init__.cpython-39.pyc b/app/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..bdcfa32 Binary files /dev/null and b/app/__pycache__/__init__.cpython-39.pyc differ 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 @@ -
+