GitXplorerGitXplorer
k

comment-moderation-using-azure

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
42d04ead5b29e383cdddbf249715240df066d2a2

Update README.md

kkolappannathan committed 3 years ago
Unverified
874e82e0b4c3924f1f043ecb680323ad1aa53749

Update README.md

kkolappannathan committed 3 years ago
Verified
3e0fcf5fd4fb6831bfd08c0df4b08f4a7b41baf3

Update README.md

kkolappannathan committed 3 years ago
Verified
9f2f9225497ea05ec910ceb6cb87011168600b0e

Update README.md

kkolappannathan committed 3 years ago
Verified
7d56583ef5953fc2c25ec2669462df772abfeeaa

Update README.md

kkolappannathan committed 3 years ago
Verified
a78561cbc8ecf9638fb0f91d1006922d23a246e2

Update README.md

kkolappannathan committed 3 years ago

README

The README file for this repository.

Comment moderation using Azure cognitive services

This is a console application that demonstrates how to moderate comments using Azure Content Moderator. I have written blog posts that provide further details on this.

Associated Blog posts

  1. Moderate comments on your website using Azure Content Moderator
  2. Creating & Managing custom blocklists in the Azure Content Moderator service
  3. Using the review system within Azure for Manual reviews

Functions covered in this POC Console App

  • [x] Checking if a text contains personal data
  • [x] Adult or explicit content
    • [x] Auto blocking comments where Azure identifies explict content with high confidence
    • [ ] Marking comments with low confidence for manual review
    • [ ] Manual review integration
  • [x] Custom block list
    • [x] Block comments that contain words from a custom blocklist
    • [x] Creating & deleting custom block list
    • [x] Adding & removing words from the block list

Note

To view the main code that interacts with the Azure service head over to the ModeratorLib class.