File size: 422 Bytes
5c2ed06
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Artemis

This is the source code for PS's moderation AI, Artemis. 

It has two versions, one local and one remote.

The remote version uses Google's `Perspective API` to classify messages, and requires a key set in `Config.perspectiveKey`.

The local version uses `detoxify` to classify messages. Before using it, run `./server/artemis/install` (this script installs dependencies and the model the local version uses).