Because every voice deserves to be real. Introducing VoiceAuth: Your Shield Against Deepfake Audio
🚀 VoiceAuth is here to redefine how we validate the authenticity of audio files. Whether you're a journalist, a business leader, or just someone who values truth, VoiceAuth equips you with cutting-edge tools to detect and fight deepfake audio effortlessly.
Who is it for? 🔊 Media Professionals: Ensure your audio content is credible and tamper-proof. 🛡️ Law Enforcement: Authenticate voice recordings in investigations. 📞 Businesses: Protect call centers and secure internal communications. 🎓 Educators & Researchers: Dive into real-world machine learning and voice analytics. 🔒 Security Experts: Enhance voice biometrics and authentication systems.
Why VoiceAuth? ✅ Detect Deepfakes with Precision: Leverage advanced AI models, including Random Forest and Hugging Face technologies. ✅ User-Friendly: Intuitive interface tailored for both tech-savvy users and beginners. ✅ Fast & Reliable: Real-time analysis with confidence scores, metadata extraction, and visual insights. ✅ Multi-Model Capability: Use models like Random Forest, Melody, or 960h individually or combine them for superior results. ✅ Portable & Secure: Runs seamlessly on your system with no internet dependency for predictions.
Transforming Industries!? 🎙️ Journalism: Verify audio sources before publishing. ⚖️ Legal: Strengthen audio evidence for court cases. 📈 Business: Detect fake voice inputs in customer interactions. 🔬 Research: Analyze voice patterns and expand your knowledge of machine learning.
💻 Ready to try VoiceAuth? Download now and take control of your audio files. With VoiceAuth, truth and authenticity are always within reach.
💡 Support Us! Love what VoiceAuth stands for? Help us grow by donating here.
🎉 VoiceAuth – Deepfake Audio and Voice Detection Made Simple. 📧 Need assistance or want to collaborate? Reach out: sadiqkassamali@gmail.com
Voice Auth is an audio deepfake detection application designed to identify manipulated audio content. Utilizing advanced machine learning models, the application processes audio files and provides insights into their authenticity. It supports various audio and video formats, converts them to WAV, and extracts features for analysis. The application has a built-in database and works on Windows.
- Deepfake Detection: Uses both a Random Forest model and a Hugging Face pipeline model for accurate predictions.
- File Format Support: Handles multiple audio formats (e.g., MP3, WAV, FLAC) and video formats (e.g., MP4, AVI) by converting them to WAV.
- MFCC Visualization: Visualizes Mel-Frequency Cepstral Coefficients (MFCC) features extracted from audio files.
- Metadata Storage: Logs file metadata, including format, size, audio length, and prediction results in a SQLite database.
- User-Friendly Interface: Built with
customtkinter
, providing a modern and intuitive user experience. - Batch Processing: Allows users to upload and process multiple files simultaneously.
- Logging with Typewriter Effect: Displays logs with a typewriter effect for better readability.
- Clone this repository:
git clone https://github.com/sadiqkassamali/voice-auth.git cd voice-auth
Install the required packages:
pip install -r requirements.txt
- Ensure that
ffmpeg
is installed and added to your system PATH for audio and video processing.