GaganHeer / mri-python-processing

Digital Images Processing and Segmentation for Brain Tumor MRI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mri-python-processing

Digital Images Processing and Segmentation for Brain Tumor MRI

Setting up Development Environment

Prerequisites

  • Python 3.6
  • (Window) Use Gitbash or WSL when running terminal commands

Steps

  1. Set up virtual environment
  • Windows
    python -m venv <nameofenv>
  • Linux / Mac OSx
    python3 -m venv <nameofenv>
  1. Activate the virtual environment
    Note: you need to do this everytime you modify and run the project
  • Windows
    source <nameofenv>/Scripts/activate
  • Linux / Mac OSx
    source <nameofenv>/bin/activate
  1. Install the packages
    pip install -r requirements.txt

Running The Server

In the root directory of the project, run
. ./runserver.sh

About

Digital Images Processing and Segmentation for Brain Tumor MRI

License:MIT License


Languages

Language:HTML 59.8%Language:Python 32.5%Language:CSS 7.5%Language:Shell 0.1%