pokemon-showdown/server/artemis
2022-12-22 15:19:29 -06:00
..
index.ts
install Artemis: Improve install script 2022-02-15 20:44:29 -05:00
local.ts Migrate to esbuild for compilation (#9203) 2022-12-22 15:19:29 -06:00
model.py
README.md
remote.ts Artemis: Limit quota by minute 2022-05-19 09:20:32 -05:00
requirements.txt

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).