aliasgerovs
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
- A similarity score
|
14 |
-
- Classification (Real-Real, Real-Fake, or Impersonation)
|
15 |
-
- Confidence score
|
16 |
-
- Overall authentication result
|
17 |
-
|
18 |
-
|
19 |
-
## Technical Notes
|
20 |
-
|
21 |
-
- Supported audio formats: WAV
|
22 |
-
- For best results, use clear voice recordings
|
23 |
-
- Each recording should contain speech content
|
24 |
-
- Avoid background noise when possible
|
25 |
-
|
26 |
-
## Attribution
|
27 |
-
|
28 |
-
Model developed by Polygraf AI. Visit [our model repository](https://huggingface.co/polygraf-ai/vexon-voice-authentication) for more details.
|
|
|
1 |
+
---
|
2 |
+
title: Vexon Voice Authentication
|
3 |
+
emoji: 🎤
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.11.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|