starpreeda commited on
Commit
52f8d86
·
verified ·
1 Parent(s): 4643a51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -2
README.md CHANGED
@@ -14,9 +14,36 @@ pipeline_tag: image-classification
14
  base_model: google/efficientnet-b0
15
  ---
16
 
17
- # 🧠 Brain Tumor MRI Classification Model (Fine-Tuned EfficientNetB0)
18
 
19
- This model is a fine-tuned version of **EfficientNetB0** trained to classify Brain Tumor types from MRI images into 4 distinct classes.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  ---
22
 
 
14
  base_model: google/efficientnet-b0
15
  ---
16
 
17
+ 🧠 Brain Tumor MRI Classification Model (Fine-Tuned EfficientNetB0)
18
 
19
+ โมเดล AI ตรวจวิเคราะห์และแยกแยะประเภทเนื้องอกในสมองจากภาพสแกน MRI
20
+ 🇹🇭 ภาษาไทย (Thai Description)
21
+
22
+ โมเดลปัญญาประดิษฐ์ (AI) นี้ถูกพัฒนาขึ้นเพื่อช่วยวิเคราะห์รูปถ่ายสแกนสมองจากเครื่อง MRI โดยสามารถจำแนกความผิดปกติออกเป็น 4 กลุ่มได้อย่างแม่นยำ:
23
+
24
+ Glioma Tumor — เนื้องอกในสมองชนิดกลิโอมา
25
+
26
+ Meningioma Tumor — เนื้องอกเยื่อหุ้มสมอง
27
+
28
+ Pituitary Tumor — เนื้องอกต่อมใต้สมอง
29
+
30
+ No Tumor — สมองปกติ (ไม่พบเนื้องอก)
31
+
32
+ 💡 สรุปง่ายๆ: ระบบ AI ช่วยสแกนภาพ MRI สมอง เพื่อระบุว่าพบเนื้องอกหรือไม่ และเป็นเนื้องอกชนิดใดจาก 3 ประเภทหลัก
33
+
34
+ 🇬🇧 English Description
35
+
36
+ This Artificial Intelligence (AI) model is fine-tuned to analyze brain MRI scans and classify them into 4 distinct categories:
37
+
38
+ Glioma Tumor — A type of tumor that occurs in the brain and spinal cord.
39
+
40
+ Meningioma Tumor — A tumor that arises from the meninges (membranes surrounding the brain).
41
+
42
+ Pituitary Tumor — An abnormal growth that develops in the pituitary gland.
43
+
44
+ No Tumor — Healthy brain scan with no detected tumors.
45
+
46
+ 💡 In Short: An AI-powered image classification model designed to assist in detecting and identifying brain tumor types from MRI scans.
47
 
48
  ---
49