Installation
- Download miniconda3 if not already installed
- You can check by running typing
conda
in command prompt.
- You can check by running typing
- Use conda to create an environment running python=3.5
conda create --name clinic python=3.5
- Activate the conda environment and install pip
conda activate clinic
conda install pip
- cd into the project folder and install requirements
pip install -r requirements.txt
pip install biopython-1.76-cp35-cp35m-win_amd64
Usage
Start the clinic conda environment and cd into the src folder. Then run:
python main.py
There should now be a grad_cam.jpg file in the current directory.