Skip to content

Commit e2ccd3b

Browse files
authored
docs: Add CI badge to README
Added a GitHub Actions badge to the README for CI status.
1 parent 2298c5a commit e2ccd3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Run HuggingFace NER (NLP) Model on Java using ONNX Runtime and DJL
22

3+
[![Java application](https://github.com/Ahwar/NER-NLP-with-ONNX-Java/actions/workflows/java-app.yml/badge.svg)](https://github.com/Ahwar/NER-NLP-with-ONNX-Java/actions/workflows/java-app.yml)
4+
35
A Natural Language Processing (NLP) Java application that detects `names`, `organizations`, and `locations` in a text by running Hugging Face's [Roberta NER model](https://huggingface.co/xlm-roberta-large-finetuned-conll03-english) using [ONNX Runtime](https://onnxruntime.ai/docs/get-started/with-java.html) and the [Deep Java Library](https://djl.ai/).
46

57
## Installation

0 commit comments

Comments
 (0)