Giter Site home page Giter Site logo

crazykaran / brain-tumor-detection-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 2.0 58.37 MB

This project utilizes machine learning algorithms to detect the presence of brain tumors in medical images. Our user-friendly web interface allows users to upload MRI images, which are then analyzed by our trained model to provide accurate diagnosis results.

Home Page: https://brain-tumor-detection-app.onrender.com/

Python 5.20% Jupyter Notebook 90.08% CSS 0.90% HTML 3.83%
brain-tumor-detection css deep-learning flask html javascript jupyter-notebook machine-learning webapp bootstrap

brain-tumor-detection-app's Introduction

Brain Tumor Detection Web App

This is a web application built using Flask for detecting brain tumors from MRI images.

Features

  • Upload MRI Images: Users can upload MRI images of the brain.
  • Tumor Detection: The uploaded images are processed using a machine learning model to detect the presence of a brain tumor.
  • Display Results: The application displays the prediction results to the user.

Installation

  1. Clone the repository:

    git clone https://github.com/crazykaran/brain-tumor-detection-app.git
  2. Navigate to the project directory:

    cd brain-tumor-detection-app
  3. Install and create virtual environment:

    pip install virtualenv
    virtualenv env
    .\env\Scripts\activate.ps1
  4. Install the dependencies:

    pip install -r requirements.txt

Usage

  1. Start the Flask server:

    python app.py
  2. Open your web browser and navigate to http://localhost:5000.

  3. Upload an MRI image of the brain using the provided form.

  4. Wait for the application to process the image and display the prediction results.

File Structure

  • app.py: Main Flask application file.
  • model/: Directory containing the trained machine learning model.
  • static/: Directory for static files (e.g., CSS, JavaScript, images).
  • templates/: Directory for HTML templates.

Dependencies

  • Flask: Web framework for Python.
  • Keras: Deep learning library.
  • TensorFlow: Machine learning library.

Contributing

Contributions are welcome! Please create a pull request with your changes.

Screenshots

Preview 1Landing Page

Preview 2Uploaded a image

Preview 3Brain tumer detected

Preview 4No Brain Tumer Detected

Preview 5No file selected

Deployment

Brain Tumer Detection App

brain-tumor-detection-app's People

Contributors

crazykaran avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.