Skip to content

Releases: rakibulhaque9954/blog_remastered

Blogzart-v2.0

08 Nov 14:24
636a46f
Compare
Choose a tag to compare

The new update introduces a new AI based Comment Flagging System

LSTM-RNN model with 99% accuracy

Now when you post comments they will be first passed through the model for inference and scanning to flag harmful and violent comments. The website using REST Api sends a get request to the model hosted in GCP(Google Cloud Platform). If the comments fall under any of these categories('toxic', 'severe_toxic', 'obscene', 'threat', 'insult', 'identity_hate'), they will flagged and wont be posted. If it doesn't violate any of the guidelines, it will be added with the rest.


Overview
comment
comment that violates the guidelines
flagged message
user shown warning with flash messages to follow the guidelines and comment is not posted