A web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites.
- Evaluate a news article with Natural Language Processing
- Quickstart/Demo
- Table of Contents
- Installation
- Usage
- Development
- Dependencies
- Contribute
- License
In order to install the code, you can just clone this repo by using the code snippet below.
$ git clone git@github.com:joshn28/evaluate-news-nlp.git
In order to use this project:
- Obtain an API key from MeaningCloud, create an .env file and type in the following snippet with your API key into the file.
API_KEY=<api-key>
- Find any news article or blog that interests you or that you would like to run Natural Language Processing (NLP) on.
- Copy & paste it into the textbox and then click submit to view the sentiment analysis results.
# Clone repo
$ git clone git@github.com:joshn28/evaluate-news-nlp.git
# Change directory
$ cd evaluate-news-nlp
# Install dependencies
$ npm install
# Run project in dev mode
$ npm run build-dev
# Build project for production
$ npm run build-prod
# Run server
$ npm start
Open your web browser and type localhost:3000 into the address bar to access the application.
# Run tests
$ npm test
- express
- body-parser
- cors
- dotenv
This is a personal project, no need to contribute.
None.