hassaanik commited on
Commit
7fdb182
·
verified ·
1 Parent(s): 02f4caf

Delete Readme.md

Browse files
Files changed (1) hide show
  1. Readme.md +0 -38
Readme.md DELETED
@@ -1,38 +0,0 @@
1
- # Brain Tumor Detection and Segmentation Web Application
2
-
3
- ## Overview
4
-
5
- This project is a web-based application that utilizes deep learning models to classify and segment brain tumors from MRI images. The application is built to assist in the early detection and analysis of brain tumors, providing crucial information for diagnosis and treatment planning.
6
-
7
- ## Features
8
-
9
- - **Image Classification**: The app predicts the type of brain tumor (glioma, meningioma, pituitary, or no tumor) from the uploaded MRI image.
10
- - **Tumor Segmentation**: The app segments the brain tumor in the MRI image, providing a mask that highlights the tumor region.
11
- - **Probability Score**: The app displays the confidence level of the classification model's prediction.
12
-
13
- ## Technologies Used
14
-
15
- - **Backend**:
16
- - Python
17
- - Flask (Web framework)
18
- - TensorFlow (for segmentation model)
19
- - PyTorch (for classification model)
20
-
21
- - **Frontend**:
22
- - HTML/CSS (Web page structure and styling)
23
- - JavaScript (Client-side interactivity)
24
- - Bootstrap (Responsive design framework)
25
-
26
- - **Other Tools**:
27
- - OpenCV (Image processing)
28
- - Matplotlib (Visualization)
29
- - PIL (Python Imaging Library)
30
-
31
- ## Installation
32
-
33
- To set up the project locally, follow these steps:
34
-
35
- 1. **Clone the Repository**:
36
- ```bash
37
- git clone https://github.com/your-username/brain-tumor-detection-app.git
38
- cd brain-tumor-detection-app