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
This is a web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites.
The project is hosted on Heroku here. The project is deployed in development mode by setting
heroku config:set NPM_CONFIG_PRODUCTION=false
This project uses: - HTML - CSS - SCSS - JS - NodeJS - Webpack - Babel
A .env
file needs to be created at the root of the project with the following text
- LICENSE_KEY="" obtained from meaning cloud
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.
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.
- see LICENSE file
- Version 1.0 DATE 24/11/2021
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.