Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 2.29 KB

README.md

File metadata and controls

58 lines (36 loc) · 2.29 KB

nlp-int

GitHub repo size GitHub contributors GitHub stars GitHub forks

nlp-int is a simple interface that allows users to perform basic NLP functions.

A lightweight web app developed with the React and Flask frameworks. Endpoint utilizes NLTK and Spacy to perform basic sentiment analysis, phrase matching, word frequency, and text classification. Users input raw text or a upload a .csv to be analyzed. This project was bootstrapped with Create React App.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of <coding_language/dependency/requirement_1>
  • You have read <guide/link/documentation_related_to_project>.

Installing nlp-int

To install nlp-int, follow these steps:

yarn-start

Using nlp-int

To use nlp-int, follow these steps:

yarn start
yarn start-backend

Add run commands and examples you think users will find useful. Provide an options reference for bonus points!

Contributing to nlp-int

To contribute to <project_name>, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contact

If you want to contact me you can reach me at [email protected].