- 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.
- 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.
- Kush Trivedi