File size: 701 Bytes
4d43d48
10b056e
 
4d43d48
10b056e
4d43d48
 
 
 
10b056e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
title: MediScan AI
emoji: 🏥
colorFrom: red
colorTo: blue
sdk: docker
pinned: false
---

# MediScan AI — Medical Diagnostic API

FastAPI backend serving skin cancer and pneumonia predictions.

## Endpoints

| Method | URL | Description |
|--------|-----|-------------|
| GET | `/` | Status |
| GET | `/health` | Health check |
| GET | `/docs` | Swagger UI |
| POST | `/predict/pneumonia` | Chest X-ray analysis |
| POST | `/predict/skin` | Skin lesion classification |

## Models
- **Pneumonia**: Custom CNN (`SaswatML123/PneuModel`)
- **Skin Cancer**: EfficientNetV2M + EfficientNetV2S + ConvNeXt ensemble (`SaswatML123/Skin_cancer_detection`)

> For research use only. Not a medical device.