Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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