/nlnomy

nlnomy is demo app of text content moderation. The origin of nlnomy comes from natural language and autonomy.

Primary LanguagePythonApache License 2.0Apache-2.0

nlnomy

License Streamlit App Code style: black

nlnomy is a demonstration application for text content moderation. The name "nlnomy" is derived from the concepts of "natural language" and "autonomy".

Dataset Used

inspection-ai/japanese-toxic-dataset

Pre-trained Models Utilized

Workflow

graph TD;
    Moderator --> id1(ModerationTool);
    id1 -- MissDetectionData --> Annotator; 
    Annotator --> id2(AnnotationTool);
    id2 -- AnnotatedData --> id3(MLSystem);
    id3 -- NewTrainedModel --> id1;
Loading