Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Healthcare / scispaCy — Biomedical & Scientific NLP Models
◆SkillHealthcareFree

scispaCy — Biomedical & Scientific NLP Models

Allen AI's Apache-2.0 spaCy models for biomedical text with UMLS, MeSH, GO, HPO, and RxNorm entity linking and NER for genes, diseases, chemicals, and proteins.

@ai-supply
Installs91k
Rating★ 4.7
Reviews30
Install (free) to download the source.↗ Source repository

scispaCy — Biomedical & Scientific NLP Models

scispaCy by AllenAI provides spaCy-compatible NLP models and pipelines specifically trained on biomedical and scientific text (PubMed, MIMIC-III, BC5CDR, JNLPBA). It includes entity linkers for major biomedical ontologies — UMLS, MeSH, Gene Ontology, Human Phenotype Ontology, and RxNorm.

Key Features

  • 5 pre-trained spaCy models (sm/md/lg/transformer variants) for biomedical NER
  • Entity types: disease, chemical, gene, protein, cell line, DNA, RNA, cell type
  • Entity linkers: UMLS (3M+ concepts), MeSH, GO, HPO, RxNorm
  • Abbreviation detection (biomedical abbreviations expand correctly)
  • Fully compatible with the spaCy ecosystem (stanza, transformers pipeline)

Quick Start

pip install scispacy
pip install https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.4/en_core_sci_lg-0.5.4.tar.gz
import spacy, scispacy
from scispacy.linking import EntityLinker

nlp = spacy.load("en_core_sci_lg")
nlp.add_pipe("scispacy_linker", config={"resolve_abbreviations": True, "linker_name": "umls"})
doc = nlp("Metformin is used to treat type 2 diabetes mellitus.")
for ent in doc.ents:
    print(ent.text, ent._.kb_ents[:2])
npx ai-supply add scispacy-biomedical-nlp

Curated mirror of the open-source scispaCy (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy