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.
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>
.
To install nlp-int, follow these steps:
yarn-start
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!
To contribute to <project_name>, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
If you want to contact me you can reach me at your_email@address.com.