Skip to content

hulyak/evaluate-news-nlp

Repository files navigation

Evaluate a News Article with NLP (Aylien Api)

Project Used :

  • Webpack
  • Sass styles
  • Webpack Loaders and Plugins
  • Service workers
  • Using APIs and creating requests to external urls
  • Node Express

NLP

Natural language processing (NLP) is a subfield of 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.

Requirements

node and npm should be installed on your local machine to be able to build and run this project.

Setting up the API

Sign up for 14-day free trial of Aylien Api

Install the SDK

Get the SDK.(Software Develeopment Kit). This project uses JavaScript SDK. You can find it here

Development

To create an optimized front-end build for development, run:

npm run build-dev

Deployment

To run the server in production mode, run:

npm start
npm run build-prod 

Udacity FEND PROJECT