I built a custom integration for a client using Discourse.
- Collected past moderation activity and trained an NLP to flag topics and comments that needed attention.
- Added a toxicity moderator also trained from their past moderation activity.
- Added a sentiment integration to help quickly resolve comments.
Training is done on Google Colab and model loaded on GCP to server APIs from the discourse webhooks.