GithubHelp home page GithubHelp logo

aicomo's Introduction

Aicomo

The AI Content Moderator.

Description

Aicomo is a micro service used to classify chat message that might need moderation.

Under the hood, it uses the Mistral 7B LLM, with custom instructions, run with ollama.

Getting started

  1. Install ollama.
  2. Create the model: ollama create -f Modelfile aicomo
  3. Install node dependencies: npm install
  4. Run the server with node index.js

Make your first request:

$ curl -s -H 'Content-Type: application/json' localhost:3300/moderator -d '
{
  "message": "You are Aicomo, arent you?"
}'
{
  "category": "ok",
  "discussion": {
    "moderator.text": "This message does not contain any explicit sexual content, insults, or emojis and seems to be a question, so I would classify it as 'ok'.",
    "moderator.category": "ok",
    "critic.text": "The message may be a statement of accusation or recognition, but it doesn't contain any inappropriate content, so there is no need to flag it under a different category.",
    "critic.category": "ok",
    "owner.text": "This text appears harmless and does not require moderation as it does not fall under any of the defined categories.",
    "owner.category": "ok"
  }
}

Categories

Check Modelfile for a definition of the categories returned by Aicomo.

You might ask why are the "emoji" and "life" category even needed, as those messages could just be "ok". I found that adding categories for the most common subjects improve the performance (experimentally but not benchmarked).

Copyright

(c) 2023, Fovea

License Apache 2.0

Mistral 7B is licensed under Apache 2.0.

aicomo's People

Contributors

j3k0 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.