feat(livekit-plugins-dataspike): add real-time deepfake detection plugin #3718
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Dataspike plugin for real-time detection of AI-manipulated (deepfake) content in LiveKit video streams.
The plugin performs video sampling on remote participant tracks, sending selected frames to the Dataspike API for analysis and publishing detection events back into the room or a custom callback.
About Dataspike
Dataspike provides an AI Manipulation Detection API for analyzing visual and audio content in real time.
The service detects signs of synthetic or altered media, including face swaps, compositing, and AI-generated artifacts within live or recorded video streams.
Key Features
All frame transmissions are end-to-end encrypted, and only short-lived analysis signals are returned to the client.
Implementation
Testing
Files Changed
Plugin:
livekit-plugins/livekit-plugins-dataspike/detector.py,__init__.py,schema_pb2.pyExample:
examples/deepfake-detection/dataspike/agent_worker.py