cim10_endpoint / README.md
Netero10's picture
Upload 5 files
205903d verified
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 service
  • GET /health — Health check
  • POST /setup — Initialisation Label Studio
  • POST /predict — Prédictions CIM-10
  • POST /webhook — Webhooks Label Studio

Fonctionnement

  1. DrBERT-CASM2 (transformer ~440 Mo) détecte les entités médicales (problem, treatment, test)
  2. Chaque entité est matchée avec un dictionnaire CIM-10 (exact + fuzzy)
  3. Les annotations sont renvoyées au format Label Studio