Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lauras5/VoiceAuthML
Browse files Browse the repository at this point in the history
  • Loading branch information
lauras5 committed Sep 12, 2023
2 parents 2098ebf + 85733ce commit 24c9d1f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
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.

0 comments on commit 24c9d1f

Please sign in to comment.