--- title: Voice Guard emoji: 🛡️ sdk: streamlit app_file: main_app.py pinned: false license: apache-2.0 --- # AI Voice Detector — Human vs AI Speech (Hack-Ready) **Goal:** Detect whether an audio clip is **AI-generated or human** in real time, with an **explainable heatmap** over the spectrogram and **(optional) provenance check** via ElevenLabs API. ## Quickstart ```bash python -m venv .venv && source .venv/bin/activate # Windows: .venv\Scripts\activate pip install -r requirements.txt python app/app.py ```