Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 376 Bytes

File metadata and controls

10 lines (6 loc) · 376 Bytes

NLP_App_Tkinter

Created a desktop app using Tkinter, using which one can perform Sentiment Analysis, Named entity recognition, and Emotion Analysis. This is done with the help of komprehend.io NLP API

Add a .env file with the api key mentioned as API_KEY=<your API key>

Future Plans

  1. Rectifying the comments at certain places
  2. Learn to improvise the UI