krishnamishra8848 commited on
Commit
cb5a7aa
·
verified ·
1 Parent(s): 6328679

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -4,6 +4,33 @@ pipeline_tag: image-classification
4
  ---
5
  # Brain tumor Detection by CT Scan
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  ```python
9
  # Example Code: Want To Quick try our model?just copy paste this code on colab
 
4
  ---
5
  # Brain tumor Detection by CT Scan
6
 
7
+ Brain Tumor Detection Model 🧠
8
+ This Brain Tumor Detection Model is a Convolutional Neural Network (CNN) trained to classify brain CT scan images into two categories:
9
+
10
+ Healthy (No Tumor)
11
+ Tumor Detected
12
+ The model is designed to assist healthcare professionals by providing an automated solution for detecting brain tumors in CT scans. With high accuracy and balanced metrics, it is a reliable tool for preliminary screening and decision support.
13
+
14
+ Model Performance
15
+
16
+ Precision- 97%
17
+ Recall - 97%
18
+ F1-Score - 97%
19
+ Accuracy - 97%
20
+
21
+ False Positives (Healthy misclassified as Tumor): 17
22
+ False Negatives (Tumor misclassified as Healthy): 15
23
+
24
+ Model Strengths
25
+ High Accuracy: Achieves a test accuracy of 97%, making it reliable for tumor detection.
26
+ Balanced Metrics: Precision and recall are well-balanced across both classes.
27
+ Low False Negatives: The model minimizes missed tumor cases, crucial for medical applications.
28
+ Efficient Architecture: Lightweight CNN architecture ensures quick inference times, suitable for real-time applications.
29
+
30
+ Model Limitations
31
+
32
+ No Multi-Class Support: The model supports binary classification (Healthy/Tumor); it cannot classify tumor subtypes.
33
+
34
 
35
  ```python
36
  # Example Code: Want To Quick try our model?just copy paste this code on colab