pokemon-showdown/server/artemis
Slayer95 4b8c6a4d6d
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
Refactor startup (#11346)
This minimizes side effects of import/require across the codebase,
and lets the caller be responsible of initializing child processeses,
as well as other async logic, such as restoring saved battles.
2025-10-17 19:37:47 -07:00
..
index.ts Refactor startup (#11346) 2025-10-17 19:37:47 -07:00
install Artemis: Improve install script 2022-02-15 20:44:29 -05:00
local.ts Refactor startup (#11346) 2025-10-17 19:37:47 -07:00
model.py Support classifying message toxicity locally (#8662) 2022-02-15 17:18:50 -08:00
README.md Support classifying message toxicity locally (#8662) 2022-02-15 17:18:50 -08:00
remote.ts Refactor startup (#11346) 2025-10-17 19:37:47 -07:00
requirements.txt Support classifying message toxicity locally (#8662) 2022-02-15 17:18:50 -08:00

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