rchirag101 / BrainTumorDetectionFlask

Brain Tumor Detection using Web App (Flask) that can classify if patient has brain tumor or not based on uploaded MRI image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brain Tumor Detection | Web App Demo (Flask) | Team Delta

Brain Tumor Detection using Web App (Flask) that can classify if patient has brain tumor or not based on uploaded MRI image.

The image data that was used for this project is Brain MRI images for Brain tumor detaction.(https://www.kaggle.com/navoneel/brain-mri-images-for-brain-tumor-detection)

Video Demo

Click on image to play 👇

Brain Tumor Detection | Web App Demo (Flask) | Team Delta

Want to run this project in your computer

  • Follow these Steps
  1. Clone or Download (https://github.com/rchirag101/BrainTumorDetectionFlask/archive/refs/heads/master.zip)

  2. Open the terminal/CMD in project directory

  3. Then create virtual environment using this command:

    py -m venv env

  4. Activate virtual environment using:

    env\Scripts\activate

  5. Install all the requirements using:

    pip install -r requirements.txt

    It will take some time to download till that take a sip of coffee ☕

  6. After successful download of all above requirements, run the app using:

    flask run

    Wait for few seconds till it shows like : Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

  7. Then open this URL in browser : http://127.0.0.1:5000/

  8. Voila 👍

About

Brain Tumor Detection using Web App (Flask) that can classify if patient has brain tumor or not based on uploaded MRI image.


Languages

Language:HTML 79.7%Language:Python 20.3%