Dataspike deepfake detection plugin for LiveKit Agents
Project description
Dataspike Deepfake Detection Plugin for LiveKit Agents
This plugin integrates Dataspike with LiveKit Agents to provide real-time deepfake detection.
It enables detection of synthetic or manipulated media during live or recorded video streams.
Installation
pip install livekit-plugins-dataspike
Prerequisites
You’ll need a Dataspike API key. Set it as an environment variable before running your agent:
export DATASPIKE_API_KEY="your_api_key_here"
Usage Example
from livekit.plugins import dataspike
from livekit.agents import AgentSession, Agent
async def entrypoint(ctx):
await ctx.connect()
session = AgentSession(...)
detector = dataspike.DataspikeDetector()
await detector.start(session, room=ctx.room)
await session.start(agent=Agent(instructions="Talk to me!"), room=ctx.room)
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dataspike_livekit_plugins-1.2.15.tar.gz.
File metadata
- Download URL: dataspike_livekit_plugins-1.2.15.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0e56e9a9e196379c872f269787ac0d443d40cb878228e57b8e568ad5f2044b7
|
|
| MD5 |
bfcfa8b0906b9126acd3ee9174ecafa4
|
|
| BLAKE2b-256 |
31d51f22b0ec03e4771caffed6d2dafd107f5ebba5470497ff156670d7f99aef
|
File details
Details for the file dataspike_livekit_plugins-1.2.15-py3-none-any.whl.
File metadata
- Download URL: dataspike_livekit_plugins-1.2.15-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ac258e3632eb39428ea7f6399d3538272281ca682add585e283d113b4215890
|
|
| MD5 |
7fe3043d65f66de797f9969a6ac0992a
|
|
| BLAKE2b-256 |
5b71569babd8c49035357e6463fd552f0c99d149d04261923dc2deac2fa8bcf7
|