Blamer-io / ideas

In this repository we keep all our future ideas for Blamer application
0 stars 0 forks source link

Blamer with ML/AI #2

Open h1alexbel opened 1 year ago

h1alexbel commented 1 year ago

Idea: Notification Classification. ML algorithms can be trained to analyze GitHub notifications and classify them into different categories based on their content. For example, notifications can be categorized as pull request updates, issue comments, code review requests, or merge requests. This classification allows for better organization and filtering of notifications, ensuring that relevant updates are sent to Telegram.

@l3r8yJ WDYT?

l3r8yJ commented 1 year ago

@h1alexbel as far as I know, the github notifications api already contains classifications like pull request, issue, mention etc.

But the idea is interesting, I think we can try to use something like pr-codex to get a notification summary, wdyt?

h1alexbel commented 1 year ago

@l3r8yJ I think we can try