tecoholic / ner-annotator

Named Entity Recognition (NER) Annotation tool for SpaCy. Generates Traning Data as a JSON which can be readily used.
https://tecoholic.github.io/ner-annotator/
MIT License
548 stars 161 forks source link

Running the server in background Perpetually #82

Closed Curiosity007 closed 1 year ago

Curiosity007 commented 1 year ago

Main objective is to keep the server running. But "nohup yarn serve &" is not achieving this result. Any alternatives?

tecoholic commented 1 year ago

Not sure what your usecase is, the alternatives would be to:

  1. Build the desktop app for your platform and install it
  2. Build the app into static website and deploy it using something like Nginx, like https://tecoholic.github.io/ner-annotator/