Skip to content
View amogh2222's full-sized avatar

Block or report amogh2222

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
amogh2222/README.md

Hi there, I'm Amogh Srivastava 👋

LinkedIn  ·  Email  ·  🤗 Live Demo


🧠 About Me

  • 🤖 AI/ML Engineer · Computer Vision · Multimodal Systems
  • 🔬 Building DeepTrace — deepfake detection at 0.9496 AUC using spatial + frequency + CLIP fusion
  • 📄 Research paper under preparation for IEEE publication
  • 🎓 B.Tech CSE (Data Science) · Graduating Jan 2027
  • 🤝 Open to internships and research collaborations in CV / multimodal AI
  • 📫 amoghsri02@gmail.com

⚒️ Tech Stack

Languages

Python C++ SQL

AI / ML

PyTorch HuggingFace OpenCV scikit-learn

Deployment & Tools

FastAPI Docker Git Linux


🚀 Featured Project — DeepTrace

Most deepfake detectors collapse after social media compression — they over-rely on RGB features that JPEG strips away. DeepTrace fixes this.

Branch Method What it catches
🖼️ Spatial EfficientNet-B0 Texture, blending & geometry artifacts
📡 Frequency Block-wise DCT on YCrCb Synthesis artifacts that survive compression
🧠 Semantic CLIP ViT-B/32 (frozen) Generalizes to unseen manipulation techniques

Three branches → cross-attention fusion → calibrated confidence + GradCAM heatmap

Accuracy ROC AUC Decision Threshold
0.90 0.9496 0.162 (temperature-scaled)

→ Try the live demo  ·  → View repo


📊 GitHub Analytics


🏆 Achievements

  • 🏅 Dean's List for Academic Excellence
  • 💻 Active contributor in AI/CV projects and hackathons

Pinned Loading

  1. DeepTrace DeepTrace Public

    Multimodal deepfake detection system using EfficientNet, DCT frequency analysis, CLIP alignment, and explainable AI.

    Python