hassaanik commited on
Commit
e961090
1 Parent(s): 4d9e0f7

Update README.md

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