Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 700 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 700 Bytes

Brain-Tumor-Predictor

Steps For Installation :

  • Clone this repository
git clone https://github.com/kushthedude/Brain-Tumor-Predictor.git
  • Download the created model from this link HERE.
  • Create new folder in app/static/models and Put the downloaded model there.
  • From the root folder of directory, Run
pip3 install -r requirements.txt
  • Navigate to localhost:5000 and do the needful steps.

Note:

  • Please make sure you have a strong GPU, since the following requires quite a more computer power.
  • You may use virtualenv to run this app in there.

Contributor:

  • Kush Trivedi