Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 521 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 521 Bytes

NER Annotator for Spacy

Homepage Annotation Page JSON output

Starting the application

  1. Install the dependencies and start the Python Backend server
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python annotator/server.py
  1. Open another terminal and start the server for the UI
cd ui
yarn install
yarn serve

Now go to http://localhost:8080