Metadata-Version: 2.1
Name: dguard
Version: 0.1.21
Summary: Speech Diarization and Speaker Embedding
Home-page: http://github.com/nuaazs/VAF_2
Author: Sheng Zhao
Author-email: zhaosheng@nuaa.edu.cn
License: BSD
Keywords: example documentation tutorial
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
Requires-Dist: torch>=1.12.0
Requires-Dist: torchaudio>=0.12.0
Requires-Dist: silero-vad-nuaazs>=0.0.4
Requires-Dist: wespeaker-nuaazs>=0.0.5
Requires-Dist: wget==3.2
Requires-Dist: websockets==12.0
Requires-Dist: fire==0.4.0
Requires-Dist: numpy
Requires-Dist: PyYAML==6.0
Requires-Dist: scipy==1.10.0
Requires-Dist: tableprint==0.9.1
Requires-Dist: torchnet==0.0.4
Requires-Dist: tqdm==4.62.3
Requires-Dist: matplotlib
Requires-Dist: flake8==3.8.2
Requires-Dist: flake8-bugbear
Requires-Dist: flake8-comprehensions
Requires-Dist: flake8-executable
Requires-Dist: flake8-pyi==20.5.0
Requires-Dist: mccabe
Requires-Dist: h5py
Requires-Dist: pycodestyle==2.6.0
Requires-Dist: pyflakes==2.2.0
Requires-Dist: lmdb==1.3.0
Requires-Dist: onnxruntime
Requires-Dist: soundfile==0.10.3.post1
Requires-Dist: pypeln==0.4.9
Requires-Dist: pre-commit==3.5.0
Requires-Dist: cryptography
Requires-Dist: datetime
Requires-Dist: wget
Requires-Dist: pandas
Requires-Dist: uuid
Requires-Dist: cryptography
Requires-Dist: fire

# Ding-Xiaoyu Anti-Fraud Guard (D-Guard)

This is a toolkit for Speaker Verification (SV) /Speaker Identification (SI) / Voiceprint Recognition (VR) system.
The project include toolkits for model training, model evaluation, model deployment, and model serving.

## Environment Setup
```shell
# Set up VAD environment
VAD_PATH=~/vad
# Set up Kaldi environment
KALDI_PATH=~/kaldi
# Set up D-Guard environment
DGUARD_PATH=~/dguard
```
## Model Training

## Model Evaluation

## Model Conversion
### ONNX
```shell
cd dguard/interface
```
### TensorRT
