Deepika2206/nlp-inference-api
0
GeoHealth-AI — Clinical NLP Inference API (Phase B)
This service provides transformer-based biomedical named entity recognition (NER) for GeoHealth-AI.
Purpose
- Extract medical entities (diseases, conditions, drugs, symptoms)
- Operates on free-form user text
- Provides semantic enrichment for downstream processing
What this service does NOT do
- No disease prediction
- No risk scoring
- No diagnosis
- No normalization to medical ontologies
- No user profiling
Model
- d4data/biomedical-ner-all
- Pretrained biomedical NER transformer
API
POST /ner
Request
{
"text": "I have type 2 diabetes and take metformin"
}
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
