mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-25 15:40:31 -05:00
|
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
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. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| install | ||
| local.ts | ||
| model.py | ||
| README.md | ||
| remote.ts | ||
| 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).