Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 817 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 817 Bytes

Sentiment Analyzer

Sentiment analysis is a thoroughly researched and discussed topic, but the field is still making improvements and discovering new techniques every day. While there are plenty of pre-trained models capable of achieving incredible precision in detecting sentiment, I wanted to create my own implementation trained from data that is cleaned and processed from its raw, textual form. An end-to-end project, so to say 😲

🔗 Links:

  • The end-to-end jupyter notebook 📕 handling preprocessing and modelling is available here
  • The resulting model is demonstrated in a web app 👩‍💻 that you can check out here