Skip to content

tecoholic/ner-annotator

Repository files navigation

NER Annotator for Spacy

NER Annotator for SpaCy allows you to create training data for creating a custom NER Model with custom tags.

Screenshots

NER Annotator Screenshot

Development

Requirements

  1. Node JS 14.x
  2. Yarn Package Manager
  3. Rust (for building desktop versions)

Running it locally for development

  1. Open another terminal and start the server for the UI
yarn
yarn serve

Now go to http://localhost:8081/ner-annotator/

Developing the desktop application

The desktop applications have been created using Tauri.

yarn tauri:serve

To build the final binaries run

yarn tauri:build

Credits

  1. App Icon - Ornithology icons created by Freepik - Flaticon