Skip to content

rawdaymohamed/udacity-evaluate-news-nlp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Udacity Evaluate News NLP

  • This is the 4th project of the Frontend Web Developer Nanodegree from Udacity.

  • This main idea is to get information about the tone of an article such as: whether it's positive or negative (polarity) and whether it's subjective (opinion) or objective (fact based)

  • You need to add the article url in the form

Setting the API

This project uses the meaning cloud API.

Please check this link to get an API key https://www.meaningcloud.com/developer/sentiment-analysis

  • Rename .env.example to .env
  • Add the api key in the .env file

Installation

  • clone the github repository cd into your new folder and run:
  • npm install
  • Run the backend npm start
  • npm run build-dev

Running the app

  • Go to http://localhost:3000
  • For deployment: run npm run build-prod

Testing

  • Run npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.4%
  • SCSS 17.8%
  • HTML 11.8%