Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
45 lines (26 loc) · 1.81 KB

File metadata and controls

executable file
·
45 lines (26 loc) · 1.81 KB

Evaluate a news article with Natural Language Processing

This project uses Natural Language Processing to evaluate the articles.

I have used AYLIEN TEXT ANALYSIS API. It is a Natural Language Processing for Effective Understanding of Human-Generated Text.

It gives us the extract meaning and insight from textual content with ease.

What is Natural Language Processing

Natural language processing (NLP) is a subfield of linguistics, computer science, information engineering, and artificial intelligence concerned with the interactions between computers and human (natural) languages, in particular how to program computers to process and analyze large amounts of natural language data.

How to get started

  1. Download the project folder
  2. Go in the project directory using the terminal
  3. Type npm install and press ENTER to install all of the project dependency
  4. Type npm run start and press ENTER to start the project.

The project will open inside your browser.

  1. Add the article link and click Evaluate Button to see the result.

IMPORTANT NOTE

This project uses AYLIEN TEXT ANALYSIS API. To run this project locally, you'll need API keys which you can get from here

To avoid the misuse of my API keys I have not provided my own API keys. You'll have to signup and get your own API key and create a .env file as follow-

A file ".env" must be present at the root of the project containing following environment variables-


API_ID = your_id
API_KEY = your_key
PORT = 8000

Live Demo-

Click this Link

Evaluate with Natural Language Processing- Shubham Prakash