Spaces:
Sleeping
Sleeping
metadata
title: CIM-10 ML Backend for Label Studio
emoji: 🏥
colorFrom: blue
colorTo: red
sdk: docker
pinned: false
CIM-10 Pre-annotation Backend v2
ML Backend pour Label Studio — pré-annotation de codes CIM-10 dans des documents médicaux français.
Stack : FastAPI + DrBERT-CASM2 (NER médical français) + dictionnaire CIM-10
Endpoints
GET /— Info du serviceGET /health— Health checkPOST /setup— Initialisation Label StudioPOST /predict— Prédictions CIM-10POST /webhook— Webhooks Label Studio
Fonctionnement
- DrBERT-CASM2 (transformer ~440 Mo) détecte les entités médicales (problem, treatment, test)
- Chaque entité est matchée avec un dictionnaire CIM-10 (exact + fuzzy)
- Les annotations sont renvoyées au format Label Studio