8000 GitHub - Sripaad/ner-annotator: Named Entity Recognition (NER) Annotation tool for SpaCy. Generates Traning Data as a JSON which can be readily used.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Named Entity Recognition (NER) Annotation tool for SpaCy. Generates Traning Data as a JSON which can be readily used.

License

Notifications You must be signed in to change notification settings

Sripaad/ner-annotator

 
 

Repository files navigation

Starting the application

docker-compose up

Check --> http://localhost:8888

Use venv during dev-phase

  • docker doesnt work currently
  • Ui needs more components and functionalities
  • port ui to react maybe?

Install the dependencies and start the Python Backend server

python -m venv env
source env/bin/activate
pip install -r requirements.txt
python3 -m uvicorn app:app --reload --port=5555 

Open another terminal and start the server for the UI

cd ui
yarn install
yarn serve

About

Named Entity Recognition (NER) Annotation tool for SpaCy. Generates Traning Data as a JSON which can be readily used.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 62.7%
  • JavaScript 24.9%
  • Python 9.8%
  • HTML 1.5%
  • Other 1.1%
0