Feature: Take in a text (comments, reviews) from users and returns parameters such as the polarity (which shows the sentiment of the text as a percenatage of positivity), the keywords, and the language code.
Live URL: https://nlp-microapi.herokuapp.com/
To make contributions:
- Clone the repo
- Create a new branch
- Install the requirements using the command: pip install -r requirements.txt
- Run the app using the command: python app.py
- Make your changes
- Commit your changes and create a pull request