Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
---
|
2 |
license: gpl-3.0
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
pipeline_tag: audio-classification
|
6 |
---
|
7 |
+
# Voiceprint Recognition model of zhvoice based on EcapaTdnn
|
8 |
+
This is a VPR model trained on [**zhvoice**](https://aistudio.baidu.com/aistudio/datasetdetail/133922) dataset using [**yeyupiaoling/VoiceprintRecognition-Pytorch**](https://github.com/yeyupiaoling/VoiceprintRecognition-Pytorch)
|
9 |
+
|
10 |
+
You can use it with my [**2DIPW/audio_dataset_vpr**](https://github.com/2DIPW/audio_dataset_vpr) project (modified from yyupiaoling/VoiceprintRecognition-Pytorch, still under development), or the origin project.
|