|
|
--- |
|
|
language: |
|
|
- en |
|
|
--- |
|
|
# 𦴠OsteoLogic: Clinical Fracture Detection |
|
|
|
|
|
OsteoLogic is a custom computer vision model designed for radiographic fracture detection. It uses a Keras-based architecture and is deployed with `.safetensors` for secure, memory-efficient inference. |
|
|
|
|
|
## π Model Details |
|
|
- **Input shape**: 224Γ224Γ3 |
|
|
- **Classes**: Fracture / No Fracture |
|
|
- **Format**: `.safetensors` |
|
|
- **Framework**: Keras |
|
|
|
|
|
## π Usage |
|
|
Upload a radiograph via the web interface. The model will preprocess, predict, and return a visual overlay with classification. |
|
|
|
|
|
## π§ Deployment Philosophy |
|
|
This model is part of a doctrine-driven pipeline focused on: |
|
|
- Reproducibility |
|
|
- Minimal UI friction |
|
|
- Full memory restoration |
|
|
- Version clarity |
|
|
|
|
|
## π¦ Files |
|
|
- `osteologic.safetensors`: Model weights |
|
|
- `config.json`: Architecture metadata |
|
|
- `app.py`: Gradio interface |
|
|
- `requirements.txt`: Pinned dependencies |
|
|
- `runtime.txt`: Python version for Hugging Face Spaces |
|
|
|
|
|
## π§ͺ Clinical Context |
|
|
Designed for orthopedic screening workflows. Not intended for diagnostic use without clinical oversight. |