Skip to content

zeiadhabbab/evaluate-news-nlp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Article Analyzer

This is implementation for Project: Evaluate a news article with Natural Language Processing The Article Analyzer is a web tool that allows users to run Natural Language Processing (NLP) on articles by url. Using an API called meaning cloud, for demo https://evaluate-news-nlp-one.vercel.app

The goal of this project is to practice with:

  • Setting up Webpack
  • Sass styles
  • Webpack Loaders and Plugins
  • Creating layouts and page design
  • Service workers
  • Using APIs and creating requests to external urls

Getting started

npm install 

if you face problem use this:

np install --legacy-peer-deps

To run Server side on dev environment:

npm run start 

this will run serve on port 8000

To run client side use:

npm run build-dev  

you can now check this url to access the project

http://localhost:3000/

Setting up the API

You need to creat account at https://www.meaningcloud.com/ and change the .env to your API key

API_KEY = 647*********************

Deploying

I already deployed the project to this url https://evaluate-news-nlp-one.vercel.app/

Get in touch with me

My Skills

Links

My Skills

💖 Support the Project

Thank you so much already for using my projects! If you want to go a step further and support my open source work, buy me a coffee:

Buy Me a Coffee at ko-fi.com

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.4%
  • HTML 25.2%
  • SCSS 20.4%