Metadata-Version: 2.4
Name: phonexia_referential_deepfake_detection_client
Version: 1.0.0
Summary: Client script for communication with Phonexia referential deepfake detection microservice.
Keywords: grpc,voice,voice-biometry,speech,referential,deepfake,detection
Author: Phonexia
Author-email: info@phonexia.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: grpcio (>=1.54.0,<2.0.0)
Requires-Dist: numpy (<2.0.0) ; python_version < "3.12"
Requires-Dist: numpy (>=2.0.0) ; python_version >= "3.12"
Requires-Dist: phonexia-grpc (>=2.24.0,<3.0.0)
Requires-Dist: py-ubjson (>=0.16.1,<0.17.0)
Requires-Dist: soundfile (>=0.13.0,<0.14.0)
Requires-Dist: typer (>=0.19.0,<0.20.0)
Project-URL: Homepage, https://phonexia.com
Project-URL: Issues, https://phonexia.atlassian.net/servicedesk/customer/portal/15/group/20/create/40
Project-URL: protofiles, https://github.com/phonexia/protofiles
Description-Content-Type: text/markdown

![](https://www.phonexia.com/wp-content/uploads/phonexia-logo-transparent-500px.png)

# Phonexia referential deepfake detection client

This module contains client for communication with [Referential Deepfake Detection microservice](https://hub.docker.com/repository/docker/phonexia/referential-deepfake-detection/general) developed by [Phonexia](https://phonexia.com).

To use this client you will first need a running instance of any *Phonexia Referential Deepfake Detection microservice*. If you don't yet have any running instance, don't hesitate to [contact our sales department](mailto:info@phonexia.com).

You can learn more about the speaker identification technology [here](https://docs.phonexia.com/technologies/speaker-identification/).

On [this page](https://docs.phonexia.com/products/speech-platform-4/grpc/api/phonexia/grpc/technologies/referential_deepfake_detection/v1/referential_deepfake_detection.proto), you will find a *gRPC API* reference for *Referential Deepfake Detection microservice*.
