Fixed the geometry perspective to follow the article from Farid.
c475a73
Anish-530commited on
Fixed visual problem of the vanishing heatmap. Also fixed redundant logs
09cc5a2
Anish-530commited on
Fixed Mobile support. Added a new AI media detection mechanism by Farid, that creates geometric lines. Fixed logs
817ad83
Anish-530commited on
Added email code verif
c041d0d
Anish-530commited on
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
[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 Updated] > Tweaked aggregator for video processing a bit to identify videos more effectively
bf557e8
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.)
95858c6
Anishcommited on
Initial commit of full project [remaining backend some parts and frontend to be done yet]