-
Notifications
You must be signed in to change notification settings - Fork 2
We can create a small python service that uses a Large Language Model (LLM) to detect if a message is spam or not. Using this service, we can tie it into our Rails application so that any comment created will be evaluated for being spam or not. We explore a few different routes on handling any messages flagged as spam.
driftingruby/427-detect-spam-with-ai
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
We can create a small python service that uses a Large Language Model (LLM) to detect if a message is spam or not. Using this service, we can tie it into our Rails application so that any comment created will be evaluated for being spam or not. We explore a few different routes on handling any messages flagged as spam.