Skip to content

This project is a web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites.

License

Notifications You must be signed in to change notification settings

peterokwara/evaluate-news-nlp

Repository files navigation

Evaluate News NLP

This project is a web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites.
Part of the Udacity Frontend Nanodegree


Table of contents

About the website

This is a web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites.

Hosted?

The project is hosted on Heroku here. The project is deployed in development mode by setting

heroku config:set NPM_CONFIG_PRODUCTION=false

Technical

Technology Used

This project uses: - HTML - CSS - SCSS - JS - NodeJS - Webpack - Babel

Running the project

A .env file needs to be created at the root of the project with the following text

The npm packages need to be installed by running

npm install

Once the installation process has been done, to run the project, you can run the backend server in developer mode by running:

npm run serve-dev

To run the server in production mode, run:

npm run serve-prod

To run the fronted in developer mode, you can simply run:

npm run build-dev

To run the frontend in production mode, you can simply run

npm run build-prod

To run both the frontend and backend in production mode, you can simply run

npm run start

To run tests, you can simply run

npm run test

Once the project is running, the website can be accessed from localhost:3000 by default.

CONTRIBUTING

I would/ We'd love to have your help in making {this app (replace with name of your project)} better. The project is still very incomplete, but if there's an issue you'd like to see addressed sooner rather than later, let me(/us) know.

Before you contribute though read the contributing guide here: COntributing.md

For any concerns, please open an issue, or JUST, fork the project and send a pull request.


License

Versions

  • Version 1.0 DATE 24/11/2021

Contact Information

If you have found any bugs, or have any feedback or questions and or want to post a feature request please use the Issuetracker to report them.


Open Source Love


license

About

This project is a web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published