Categorise Me
CategoriseMe was our first attempt at NLP with Python. The project at this stage is able to tell you the 'sentiment' of a sentence(piece of text). It says whether the message is positive(something like "You did a good job!") or negative("I don't like this"), or neuter.
The training data for our Bayes classifier comes from Amazon reviews. Given more time, the project can be extended to 'categorise' messages by identifying product names or severity(complaints). This can help improve the process of dealing with customer support emails, an essential part of any E-commerce platform.
Log in or sign up for Devpost to join the conversation.