Hacker News new | ask | show | jobs
by PaulHoule 1143 days ago
Got a demo?

I am working on a smart RSS reader that uses transformers and other models to cluster and classify feed items. One feed item I incorporate is high-ranking comments from the HN API. I did try feeding all comments into the system for a short time and felt it was way too much.

I haven't put a lot of effort into quantifying it, but my system seems to do OK with HN comments mixed in with other content. I think the possibility of a comment-only feed looks promising.

1 comments

Hello,

Currently, my script is in the very early stages of development, and I'm still in the process of fine-tuning it.

At its core, the script reads all comments of a given post and performs sentiment analysis to derive insights. While my immediate focus is on sentiment analysis, I plan to incorporate classification capabilities down the line. The results will be presented on a web interface in the form of graphs and text to help users better understand the data.