Lie to Me โ€” Deception Detection Model

Trained on the Real-Life Trial Dataset (121 courtroom clips).
Modalities: facial emotion, voice (MFCCs, pitch), body language, linguistic features.

Performance

  • AUC: 0.94
  • Accuracy: 84% on held-out test set

Features

Emotion (DeepFace), Voice (librosa), Body (MediaPipe), Language (rule-based LIWC-style)

Usage

import joblib, json
model   = joblib.load("model.pkl")
scaler  = joblib.load("scaler.pkl")
feat_cols = json.load(open("feature_cols.json"))
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using sato2ru/lie-to-me-detector 1