File size: 1,574 Bytes
35a3137 4835d52 c67397a 5c6141b c67397a 5c6141b c67397a 5c6141b c67397a 4835d52 5c6141b 4835d52 c67397a 5c6141b 4835d52 35a3137 |
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 41 42 43 44 45 46 47 48 49 50 51 |
---
title: Derma AI
emoji: 😻
colorFrom: yellow
colorTo: blue
sdk: gradio
sdk_version: 5.39.0
app_file: app.py
pinned: false
license: mit
short_description: Derma AI skin Disease model
---
# DermaAI - Skin Disease Classification
AI-powered skin condition analysis using deep learning with EfficientNetV2 architecture.
## Features
- **Modern Keras 3.0 with TensorFlow Backend**: Uses Keras 3.0 with TensorFlow for reliable model compatibility
- **HuggingFace Hub Integration**: Downloads and loads models from HuggingFace Hub
- **5 Skin Conditions**: Classifies Atopic Dermatitis, Eczema, Psoriasis, Seborrheic Keratoses, and Tinea Ringworm Candidiasis
- **Medical Disclaimers**: Includes proper medical disclaimers and advice
## Technical Stack
- **Backend**: TensorFlow (via Keras 3.0)
- **Frontend**: Gradio 5.0+
- **Model Architecture**: EfficientNetV2
- **Model Source**: `Siraja704/DermaAI` via HuggingFace Hub
## Setup
This application uses Keras 3.0 with TensorFlow backend for reliable model compatibility. The model is downloaded from HuggingFace Hub using the `huggingface_hub` library.
If the model repository is private, you may need to:
1. Go to the Space settings
2. Add a new secret with key `HF_TOKEN` and your Hugging Face access token as the value
3. Make sure your token has access to the `Siraja704/DermaAI` model repository
## Supported Conditions
- Atopic Dermatitis
- Eczema
- Psoriasis
- Seborrheic Keratoses
- Tinea Ringworm Candidiasis
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|