kimnamjoon0007 commited on
Commit
f4802bc
·
verified ·
1 Parent(s): f500b4b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -12
README.md CHANGED
@@ -1,12 +1,46 @@
1
- ---
2
- title: Ai Voice Detection
3
- emoji: 🐨
4
- colorFrom: blue
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 6.5.1
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: AI Voice Detection
3
+ emoji: 🎤
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 4.44.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ models:
12
+ - kimnamjoon0007/lkht-v440
13
+ tags:
14
+ - audio
15
+ - voice
16
+ - deepfake
17
+ - ai-detection
18
+ - multilingual
19
+ ---
20
+
21
+ # 🎤 AI Voice Detection
22
+
23
+ Detect whether an audio clip is **AI-generated** or spoken by a **human**.
24
+
25
+ ## Supported Languages
26
+ - Tamil
27
+ - English
28
+ - Hindi
29
+ - Malayalam
30
+ - Telugu
31
+
32
+ ## Model
33
+ Uses [Wav2Vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) backbone with custom classification head.
34
+
35
+ ## Performance
36
+ - **Accuracy:** 99.69%
37
+ - **AUROC:** 1.0
38
+ - **EER:** 0.25%
39
+
40
+ ## Usage
41
+ 1. Upload an audio file (MP3, WAV, etc.) or record using your microphone
42
+ 2. Click "Analyze"
43
+ 3. View the classification result and confidence scores
44
+
45
+ ## Model Weights
46
+ [kimnamjoon0007/lkht-v440](https://huggingface.co/kimnamjoon0007/lkht-v440)