hackstorm_voice_model / .env.example
Frost10's picture
initail commit
2a4a312
Raw
History Blame Contribute Delete
387 Bytes
# API Configuration
# Hugging Face API Token (for HF_Detector)
# Get your token from: https://huggingface.co/settings/tokens
HF_TOKEN=
# Server Configuration
SERVER_HOST=0.0.0.0
SERVER_PORT=8000
DEBUG=False
# Model Paths
CNN_MODEL_PATH=
TRANSFORMERS_MODEL_ID=
# Audio Processing
SAMPLE_RATE=16000
N_MFCC=40
N_FFT=1024
HOP_LENGTH=256
# Detection Thresholds
CONFIDENCE_THRESHOLD=0.55