this post was submitted on 23 Jun 2023
2176 points (96.7% liked)
Lemmy
12519 readers
87 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wonder how hard that would be to throw into a separate service? We could probably set up a replica of the main db to run the ML algo against and ship it as an optional add-on service.
Admins could then set it to update the model on some schedule and to flag likely spammers/scammers.
Sounds feasible.
Querying users, is actually extremely easy.
Query users, posts, and then performing sentiment analysis, is also extremely easy.
(From the database- that is)
The API is a bit limited.
I am messing around with the database right now.... and.. well, it maintains a LOT of data.