Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feedfilter.py use ML #22

Open
adsharma opened this issue Jan 21, 2025 · 1 comment
Open

feedfilter.py use ML #22

adsharma opened this issue Jan 21, 2025 · 1 comment

Comments

@adsharma
Copy link

Consider using ML to do filtering instead of string matching. Named entity recognition (NER) and sentiment analysis using a small model can give you more precise filtering.

https://github.com/KeithCu/LinuxReport/blob/master/feedfilter.py

@KeithCu
Copy link
Owner

KeithCu commented Jan 21, 2025

Thanks for the tip, I'll check it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants