Spaces:
Sleeping
Sleeping
metadata
title: MediScan API
emoji: π₯
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
MediScan AI Backend API
AI-powered skin disease classification API using EfficientNetV2-S with AES-256 encryption.
Features
- π§ AI-powered skin disease classification
- π Grad-CAM visualization for interpretability
- π AES-256-CBC encryption for medical images
- π€ User authentication and history tracking
- π Real-time statistics and analytics
Model
Uses NishantFOT/MediScanB from Hugging Face Hub.
Frontend
Deployed on Netlify: https://mediscan-codex.netlify.app
API Endpoints
POST /api/register- User registrationPOST /api/login- User authenticationPOST /api/analyze- Image analysis with AIGET /api/history- Get user's analysis historyGET /api/stats- Get user statisticsGET /api/health- Health check
Technology Stack
- Flask (Backend)
- PyTorch + EfficientNetV2-S (AI Model)
- SQLAlchemy (Database)
- Cryptography (AES-256 Encryption)
- Hugging Face Hub (Model Hosting)