Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.57 KB

File metadata and controls

41 lines (26 loc) · 1.57 KB

Nvisy Server

Build

Open-source multimodal redaction API. Detect and redact PII and sensitive data across documents, images, and audio.

Features

  • Multimodal Redaction: Detect and remove sensitive data across PDFs, images, and audio
  • AI-Powered Detection: LLM-driven PII and entity recognition with configurable redaction policies
  • Workspace Isolation: Multi-tenant workspaces with HKDF-derived credential encryption
  • Real-Time Collaboration: WebSocket and NATS pub/sub for live document editing
  • Interactive Docs: Auto-generated OpenAPI with Scalar UI

Quick Start

The fastest way to get started is with Nvisy Cloud.

For self-hosted deployments, refer to docker/ for compose files and infrastructure requirements, and .env.example for configuration.

Documentation

See docs/ for architecture, intelligence capabilities, provider design, and security documentation.

Changelog

See CHANGELOG.md for release notes and version history.

License

Apache 2.0 License, see LICENSE.txt

Support