Fixed loader stuck, Added a new feedback mechanism, and fixed sound upon analysis
ee2facf
Anish-530commited on
Fix model auto-generation, sync cinematic loaders, update guest CTA
60d0281
Anish-530commited on
Fix Google OAuth hardcoded localhost redirect
22023e0
Anish-530commited on
Fix Celery Upstash Redis SSL compatibility
26793ce
Anish-530commited on
Fix database URL driver normalization for psycopg2
96c41f2
Anish-530commited on
[Vercel Deployment]
8a0d65c
Anish-530commited on
[Deployment Phase 1 & 2] - Neon DB and R2 with working turnstile in login page implemented
0edd56d
Anish-530commited on
[UI/UX] Final touches before deployment.
5603f49
Anishcommited on
[UI/UX] Added Account deletion, with some new features too.
a16341c
Anishcommited on
[UI/UX] More changes to the Frontend
ee7c0fb
Anishcommited on
[Minor changes to Frontend]
825fa02
Anishcommited on
[UI/UX] Features and good animations added
67264dd
Anishcommited on
[Frontend] - Initial Push
3bf6386
Anishcommited on
Minor changes to message of file_routes, to be more informative.
25bbf6f
Anishcommited on
[Updated Feature] > Updated every file_route, user_route, so that guest users can login and only upload 5 videos, 1 image per IP
e000e33
Anishcommited on
[Feature Updated] > Updated anomaly_gif_maker a lot, to be able to precisely extract frames from the video, where the model and pipeline think that part is AI.
8bdb51c
Anishcommited on
[Feature Added] > anomaly_gif_maker. This feature detects the frame where the pipeline thinks it is AI, converts it to gif and shows a side by side comparision to the Original Video, while also annotating the 'Peak Glitch' on the AI RADIANCE MAP gif
edd550f
Anishcommited on
[Feature Added] > Added gif maker for video anomaly detector, where the AI detects where the anomaly is and generates a small gif with comparision to Original and AI Radiance Map.
ee84eed
Anishcommited on
[Feature Added + Updated] > Addediffusion spectrum analyzer which analyzes the video in a more mathematical manner and detects if it's AI or not. Also updated some files to support diffusion spectrum analyzer
2add1f3
Anishcommited on
[Feature Added] > Model Drift Detection mechanism. This feature checks, if the model is confident in predicting the new uploaded images/videos as AI or not, if not then we need to retrain the model.
cc16b3b
Anishcommited on
[Feature Added] > Added Cloudflare Turnstile captcha for better security and bot disengagement. Also updated features, like file_routes, auth_routes to support Turnstile.
86c1923
Anishcommited on
[Feature Updated] > Tweaked aggregator for video processing a bit to identify videos more effectively
bf557e8
Anishcommited on
[Feature Updated] > Updated response for files such that, the video files only get the confidence and ai_explanation added, while image files do not.
9b8dcc7
Anishcommited on
[Feature Added] > Video Pipeline. Have to update the confidence and ai_analysis param for images, where they won't appear.
0dab55c
Anishcommited on
[Feature Added] > Added the Ensemble Aggregator which acts as the Supreme Court of the Pipeline. Listens to all the four distinct detectors and weighs evidence to a final verdict.
13b0169
Anishcommited on
[Feature Added] > Video metadata analyzer. This extracts the metadata from any video and judges it on those information scrapped.
88aa48f
Anishcommited on
[Updated Features] > Updated explainer and attribution with a new model, and support for better heatmap.
cd801e4
Anishcommited on
[Feature Added] > motion detector. This detects motion using Farneback Flow, which tracks motion using mathematical equations. If motion is violent and closer to 1.0 - It is AI, If motion is smooth and lower - it is Natural.
f49287c
Anishcommited on
[Feature Added] > frame_detector. This detects frames and spits out AI or REAL, based on the provided Video. Tested completely, with EDGE CASES.
739e45e
Anishcommited on
Feature Added -> frame_extractor (Extracts Frames safely. Tested with EDGE Cases too, where graceful termination is a must.)