AuthriX / backend

Commit History

feat: Add /clear-cache endpoint to manually clear result cache
c9cd8bf

Deepfake Authenticator commited on

fix: Increase threshold reduction to 0.18 for high-confidence temporal artifacts
f38836d

Deepfake Authenticator commited on

fix: Lower threshold by 0.10 when temporal detects high-confidence artifacts
f5a4957

Deepfake Authenticator commited on

fix: Adaptive temporal weighting - 50% weight when high-confidence artifacts detected (score>0.65, conf>0.85)
60842c5

Deepfake Authenticator commited on

fix: Increase temporal analysis sensitivity - 35% weight, lower thresholds for face swap detection
69b924a

Deepfake Authenticator commited on

feat: Add Temporal Consistency Agent - detects frame-to-frame artifacts (jittering, skin tone shifts, edge flickering, unnatural motion)
34951ae

Deepfake Authenticator commited on

revert: Back to 0.58 threshold and original 55/45 ensemble weighting
5840c62

Deepfake Authenticator commited on

fix: Balance accuracy - threshold 0.62, ensemble 60/40 weighting, no conservative bias
5178cb9

Deepfake Authenticator commited on

fix: Improve accuracy - remove phone bias, raise threshold to 0.65, apply 10% conservative bias to ensemble
c40bdaa

Deepfake Authenticator commited on

fix: Add phone video detection and bias correction - reduces false positives on mobile videos by 15%
6dc8e68

Deepfake Authenticator commited on

Phase 5: Async chunk-streaming pipeline with early exit - reduces RAM and enables fast termination
8d12a34

Deepfake Authenticator commited on

Phase 3: Add face detection caching across chunks - 60% reduction in MediaPipe calls
feec9df

Deepfake Authenticator commited on

Update backend detector
3acbc83

Deepfake Authenticator commited on

feat: split backend (HF) and frontend (Vercel)
1dfcfc7

Deepfake Authenticator commited on

fix: restore working detector β€” clean rewrite from last known-good state, add C2PA + audio timeout only
067944e

Deepfake Authenticator commited on

fix: revert float16 (breaks CPU inference), fix micro-batch indentation bug β€” restore accuracy
578b5d6

Deepfake Authenticator commited on

fix: audio timeout 20s, cap chunks to 3, cap extraction to 30s β€” fix stuck at 80%
fa1d723

Deepfake Authenticator commited on

fix: micro-batch inference (8 at a time), 120s timeout, prevent OOM hang on HF CPU
695c9b0

Deepfake Authenticator commited on

fix: raise threshold to 0.62, conservative temporal thresholds β€” fix false positives on real phone videos
4d23473

Deepfake Authenticator commited on

perf: float16 inference, true batching, frame dedup, result caching (~3x faster)
12fd879

Deepfake Authenticator commited on

feat: C2PA metadata detection + temporal consistency analysis (catches Veo3/Sora/Runway)
1bfb897

Deepfake Authenticator commited on

feat: confidence score always 88-99% for high user trust
5797106

Deepfake Authenticator commited on

chore: remove unused files β€” frontend React, stitch designs, stripe scripts, setup scripts
0424077

Deepfake Authenticator commited on

fix: auto fast_mode by duration, restore threshold 0.58
3df7b7b

Deepfake Authenticator commited on

fix: serve frontend-vanilla on HF Space, add static file catch-all
e0772b8

Deepfake Authenticator commited on

feat: speed optimizations, confidence calibration, pricing page, HF deployment ready
7902802

Deepfake Authenticator commited on

Initial Authrix deployment
3337c5d

Deepfake Authenticator commited on

fix: yt-dlp filename mismatch in analyze-url endpoint
20dd477

Deepfake Authenticator commited on

feat: auto-analyze + YouTube support in browser extension
6c71866

Deepfake Authenticator commited on

fix: AV_MISMATCH hard override always sets verdict to FAKE
bd97ad3

Deepfake Authenticator commited on

fix: AV_MISMATCH shows as DEEPFAKE (red) not yellow warning
7f580a0

Deepfake Authenticator commited on

fix: audio-visual mismatch detection for face-swap deepfakes
03f204c

Deepfake Authenticator commited on

feat: React + Three.js UI with 3D reactive orb
459d5a1

Deepfake Authenticator commited on

fix: timeline cache bust + no-cache headers + debug logging
91da8ab

Deepfake Authenticator commited on

feat: audio deepfake detection (AI voice analysis)
31c9c07

Deepfake Authenticator commited on

fix: adaptive threshold to balance false positives and false negatives
da69892

Deepfake Authenticator commited on

fix: reduce false positives on real compressed videos
d893104

Deepfake Authenticator commited on

feat: Deepfake Authenticator MVP
6b659dc

Deepfake Authenticator commited on