Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 533 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 533 Bytes

NLP API Server

You can easily create a NLP API Server using Vntk. What you need to do is decide where to deploy server. Here are some helpful ways to do this.

NPM Script

At the project directory, run:

  • $ npm start

Then open your browser or Postman to test apis.

Docker