A web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites. NLP is the ability of an application to understand the human language, written or oral.
Webpack, Sass, Express
Remember that once you clone, you will still need to install everything:
cd
into your new folder and run:
npm install
If you want to use it for yourself, create an .env file and enter your API key from https://www.meaningcloud.com/ as API_KEY
npm install
npm run build-prod
npm start
Running at port 8080
npm run build-dev
Running at port 8081