jattokatarratto commited on
Commit
7ec1417
·
verified ·
1 Parent(s): 232b620

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: indigo
5
  colorTo: red
6
  sdk: gradio
7
  sdk_version: 5.14.0
8
- app_file: app.py
9
  pinned: false
10
  description: Simple biomedical annotator (BioAnnotator) that can annotate biomedical text and individual concepts. It performs Named-Entity Recognition (NER), allowing you to choose from various models. Once entities are detected, you can attempt to link them (Named-Entity Linking, NEL) to corresponding biomedical ontology concepts (i.e., nodes) within our biomedical knowledge-base. Additionally, the tool is not only accessible via the demo dashboard but in case it can also be queried programmatically via a simple REST API.
11
 
 
5
  colorTo: red
6
  sdk: gradio
7
  sdk_version: 5.14.0
8
+ app_file: app-demo-myMultiNER.py
9
  pinned: false
10
  description: Simple biomedical annotator (BioAnnotator) that can annotate biomedical text and individual concepts. It performs Named-Entity Recognition (NER), allowing you to choose from various models. Once entities are detected, you can attempt to link them (Named-Entity Linking, NEL) to corresponding biomedical ontology concepts (i.e., nodes) within our biomedical knowledge-base. Additionally, the tool is not only accessible via the demo dashboard but in case it can also be queried programmatically via a simple REST API.
11