Voice-guard / README.md
varunkul's picture
Update README.md
c580e02 verified

A newer version of the Streamlit SDK is available: 1.51.0

Upgrade
metadata
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

python -m venv .venv && source .venv/bin/activate      # Windows: .venv\Scripts\activate
pip install -r requirements.txt
python app/app.py