seaiam / NLPeace

NLPeace is a social networking app available both on desktop and mobile. We aim to connect people and foster a safe environment free of hate and offensive content. We are leveraging natural language processing to build a strong language model that will allow for our content moderation to be automatic. Hateful content is thus nipped at the bud.
MIT License
1 stars 0 forks source link

NLP on Post Images #382

Closed aqa02 closed 7 months ago

aqa02 commented 7 months ago

When a user post an image, the text in the image will go through our NLP to determine if it contains anything offensive

I decided to work on this as an additional story because images with text on it are quite popular (i.e memes). I believe it would be good to have something like this as our application markets content monitoring.

Priority: High Risk: Low Story points: 2

aqa02 commented 7 months ago

Sequence Diagram:

BackendImage
aqa02 commented 7 months ago

Demo steps: -Post an image with offensive words -The application will give a message that the image contains harmful words.