Spaces:
Sleeping
Sleeping
File size: 819 Bytes
70b44e7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | ---
title: NeuroScan Brain Tumor Analyzer
emoji: 🧠
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
app_port: 7860
---
# NeuroScan: Advanced Brain Tumor Analysis
This application uses a deep learning model to classify brain MRI images into four categories:
- Glioma
- Meningioma
- No Tumor
- Pituitary
## Technology Stack
- **Backend**: FastAPI
- **Model**: TensorFlow/Keras CNN
- **Frontend**: Vanilla HTML/CSS/JS with Futuristic UI
- **Deployment**: Docker on Hugging Face Spaces (CPU Inference)
## Local Setup
1. Create a virtual environment:
```bash
python -m venv .venv
source .venv/bin/activate
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Run the application:
```bash
python app.py
```
4. Open `http://localhost:7860` in your browser.
|