CoolFace
Apppublic

kalilzera/DeepFakes

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes
23 commits on main
4529dc77mo ago

fix: rename env vars for HF Spaces compatibility

kalilzera
ad7ad227mo ago

feat: deepfake+genai integration + video support

kalilzera
1d9c3bc7mo ago

Apply security patches: rate limiting, payload validation, and JSON error handling

kalilzera
32e07a27mo ago

fix(api): fix file upload race condition and add explicit unidentifiable file error handling

kalilzera
e2f5bf77mo ago

Fix 500 Error: Handle NoneType for pca.transform

kalilzera
bf8b9df7mo ago

fix(ui): Change image preview from object-cover to object-contain

kalilzera
b96c8597mo ago

Deploy Lovable React frontend + 6-class Gemini model via Docker Space

kalilzera
6f72ac97mo ago

feat: replace Gradio with Docker SDK + Flask serving Lovable React frontend

kalilzera
808a4367mo ago

docs: update confusion matrix showing SMOTE balance improvements

kalilzera
5a6f0ec7mo ago

feat: retrain MLP classifier with SMOTE/Random OverSampling to fix Midjourney false negatives and balance 'Real' bias

kalilzera
c3158a67mo ago

fix: map integer classes to human readable AI model names in Gradio output

kalilzera
9941b2c7mo ago

docs: add confusion matrix for the 5-class model to HF Spaces repository

kalilzera
04b29417mo ago

docs: sync HF space metadata with the new Multi-Class classification info

kalilzera
325aaf97mo ago

feat: upgraded to a 5-class Multi-Class Identification Model distinguishing between Human, GAN, ChatGPT, Midjourney, and Stable Diffusion

kalilzera
5044b957mo ago

feat: updated model weights with Defactify dataset to detect modern Diffusion AIs (Midjourney/DALL-E)

kalilzera
99e895a7mo ago

fix: double script tag, use @gradio/client to fix API routing

kalilzera
6ca565c7mo ago

fix: keep gr.Image interactive with CSS hiding instead of visible=False

kalilzera
d65b11b7mo ago

feat: full custom glassmorphism UI with drag-and-drop, scan animation, live API

kalilzera
cf7994b7mo ago

fix: move Google Fonts to link tag, fix @import CSS restriction

kalilzera
15ecb2f7mo ago

feat: custom glassmorphism UI with gr.Blocks

kalilzera
b8029c37mo ago

fix: pin gradio==5.23.1 to fix audioop/pydub Python 3.13 incompatibility

kalilzera
c18f9ca7mo ago

feat: DenseNet121 + MLP deepfake detector (97.19% acc)

kalilzera
68560307mo ago

initial commit

kalilzera