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
549 stars 163 forks source link

Error: timeout of 3000ms exceeded #2

Closed taghouti-ghofrane closed 3 years ago

taghouti-ghofrane commented 3 years ago

i run the code and that was my error can any explain to me what can i do

tecoholic commented 3 years ago

Are you running two terminals, one for the backend and one for the web ui?

taghouti-ghofrane commented 3 years ago

i am running 2 terminals : image

tecoholic commented 3 years ago

Make sure you are running the backend server in the first terminal.

pip install -r requirements.txt   # installs requirements

python annotator/server.py 
taghouti-ghofrane commented 3 years ago

it works Thanks 👍