Show HN: MaskWise: Redact, mask, and anonymize data in training files for LLMs(github.com)
github.com
Show HN: MaskWise: Redact, mask, and anonymize data in training files for LLMs
https://github.com/bluewave-labs/maskwise
2 comments
An important issue. how does this compare with llm-guard, and the ability to create a “vault” to later de-anonymize?
Maskwise and LLM Guard serve different stages of the AI pipeline. llm-guard basically filters prompts and responses to prevent prompt injection attacks. Maskwise is for preparing datasets before LLM training/fine-tuning. It processes large document collections (PDFs, Office docs, images) to detect & anonymize PII.
Vault is in the works :)
Vault is in the works :)
Everything is written in ts + nodejs, with great help from Claude Code :) It's still early so feedback & contributions are more than welcome.