Spaces:
Runtime error
Runtime error
Create app.py
Browse files
app.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: 🧠 NEURO-SCAN AI
|
| 3 |
+
emoji: ⚡
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 6.6.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
short_description: Advanced ViT-based Brain Tumor Detection & Overlay
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Neuro-Scan AI
|
| 15 |
+
An advanced computer vision application using **Vision Transformers (ViT)** to classify MRI scans into four categories with high precision.
|
| 16 |
+
|
| 17 |
+
### Key Features:
|
| 18 |
+
- **Real-time Visualization:** Automated red-zone highlighting for detected masses.
|
| 19 |
+
- **Deep Insights:** Full probability distribution for clinical transparency.
|
| 20 |
+
- **Dark Mode UI:** Optimized for medical review environments.
|