--- license: apache-2.0 title: DeepFense sdk: streamlit emoji: ๐Ÿ›ก๏ธ colorFrom: blue colorTo: indigo pinned: true --- # ๐Ÿ›ก๏ธ DeepFense: Modular Deepfake Audio Detection ๐ŸŽ™๏ธ ๐Ÿ‘‹ **Welcome to the official Hugging Face home of the DeepFense Framework!** We are the **DeepFense Team**. Our mission is to provide the research community with a robust, modular, and configuration-driven framework for building, training, and evaluating state-of-the-art audio deepfake detectors. --- ### ๐Ÿš€ The Framework at a Glance DeepFense simplifies audio forensics by decoupling frontends, backends, and loss functions. Whether you are a researcher or a developer, you can swap components via simple YAML configsโ€”no code changes required. * **Modular Design:** Mix-and-match components like `WavLM`, `HuBERT`, or `EAT` (Frontends) with `AASIST`, `Nes2Net`, or `ECAPA-TDNN` (Backends). * **Hugging Face Native:** Access **455+ pretrained models** and **12 benchmark datasets** (ASVSpoof19, CompSpoof, etc.) directly through our CLI. * **Reproducible Research:** Automatic tracking of EER, minDCF, and F1 metrics with built-in WandB logging. * **Rich Augmentations:** Built-in RawBoost, RIR, Codec, and more to ensure model robustness. --- ### ๐Ÿ› ๏ธ Quick Start Get started with DeepFense in under 5 minutes: ```bash # Install the framework pip install deepfense # Download a specific model & dataset deepfense download dataset CompSpoof deepfense download model ASV19_WavLM_Nes2Net_NoAug_Seed42 ``` ### ๐Ÿ› ๏ธ Small Tutorial [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1bdTl0GdYybCYQX8nDioT_Z-XIpwZFRPb?usp=sharing)