Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do we start the server #3

Closed
skprasadu opened this issue Jul 15, 2019 · 3 comments
Closed

How do we start the server #3

skprasadu opened this issue Jul 15, 2019 · 3 comments

Comments

@skprasadu
Copy link

I have a basic question, how do you start the server, so that we can open in the webpage and train the data.

The youtube video is in silent mode, so I couldnt hear what you were telling.

@ManivannanMurugavel
Copy link
Owner

ManivannanMurugavel commented Jul 17, 2019 via email

@georgenv
Copy link

georgenv commented Oct 11, 2019

Hi,
I understood his question. @skprasadu you have to perform the following steps:

1 - Clone the repository
2 - Enter in the spacy-ner-annotator directory
3 - Open the terminal in the current directory
4 - Run the command: python3 -m http.server [port_number] (Python 3) or python -m SimpleHTTPServer [port_number] (Python 2)
5 - Access your localhost:port_number using a browser

Regards,
George

@ManivannanMurugavel
Copy link
Owner

ManivannanMurugavel commented Oct 14, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants