Project 5: Sentiment Analyser
- NLTK and Textblob library were used for calculating sentiments score
- Sentiment score were converted into a range from 0 to 100, where 50 means a neutral sentence while score>50 means positive sentence and score <50 means negative sentence
- Flask Api was created so as to use this application as endpoint and deployed in company server