-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:lauras5/VoiceAuthML
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# VoiceAuthML | ||
voice authenticator, countermeasure for voice spoofing attacks using ML | ||
|
||
## Overview | ||
VoiceAuthML is a Python-based application designed to distinguish between live voices and voice recordings using machine learning and audio analysis techniques. It can be used for various purposes, including voice authentication, anti-spoofing, and security applications. | ||
|
||
## Features | ||
Audio input from microphone or file. | ||
Feature extraction from audio data. | ||
Machine learning model for voice detection. | ||
Real-time voice detection and classification. |