pokemon-showdown/server/artemis
Slayer95 018ea4abef
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
Support running PS in a single process again (#11331)
2025-08-07 00:29:18 -07:00
..
index.ts Update to ESLint 9 (#10926) 2025-02-25 20:03:46 -08:00
install
local.ts Support running PS in a single process again (#11331) 2025-08-07 00:29:18 -07:00
model.py
README.md
remote.ts Support running PS in a single process again (#11331) 2025-08-07 00:29:18 -07: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).