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

fix: Risk badge now considers FAKE/REAL result - authentic videos show VERIFIED AUTHENTIC instead of CRITICAL RISK
87bbdd7

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

auto: sync changes $(date +%Y-%m-%d\ %H:%M)
f7e99c8

Deepfake Authenticator commited on

fix: improve ProcessingSection spacing and padding
30de428

Deepfake Authenticator commited on

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

Deepfake Authenticator commited on

feat: replace vanilla frontend with React + Vite UI
70348ce

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: add HF Space YAML metadata to README, suppress warning
d89b78a

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

docs: add comprehensive README for Authrix deepfake detection engine
470a637

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

fix: replace libgl1-mesa-glx with libgl1 for Debian trixie
e669b79

Deepfake Authenticator commited on

fix: valid HF colorTo value
4e25979

Deepfake Authenticator commited on

chore: point extension to HF Space URL for deployment
25b4391

Deepfake Authenticator commited on

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

Deepfake Authenticator commited on

Exclude binary files from HF push
685a7dd

Deepfake Authenticator commited on

Remove binary files for HF deployment
25424f3

Deepfake Authenticator commited on

Initial Authrix deployment
3337c5d

Deepfake Authenticator commited on

feat: extension v2 β€” tab capture instead of download
4c0afe5

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

feat: Chrome/Edge browser extension
0f27de7

Deepfake Authenticator commited on

fix: AV_MISMATCH hard override always sets verdict to FAKE
bd97ad3

Deepfake Authenticator commited on

feat: make nav links functional (Dashboard/Agents/Logs/Network)
cede9a4

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: integrate Authrix Kinetic UI design system
faea1f9

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

fix: frame timeline empty β€” use frame_timeline field with fake_pct
112ba45

Deepfake Authenticator commited on