To begin using this framework, choose one of the following options to get started:
- Clone the repo:
git clone https://github.com/pourabkarchaudhuri/useful-nlp-algorithms.git
- Fork, Clone, or Download on GitHub
This boilerplate uses uses a number of open source packages to work properly. The following tools were used:
- node.js - evented I/O for the backend
Express requires Node.js v8+ to run.
Install the dependencies and devDependencies and start the server.
$ cd useful-nlp-algorithms
$ npm install
$ node index.js