Skip to content
View sohamjadhav95's full-sized avatar

Block or report sohamjadhav95

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
sohamjadhav95/README.md

Typing SVG


LinkedIn GitHub Twitter Gmail Portfolio

Profile Views


🧠 About Me

class SohamJadhav:
    def __init__(self):
        self.name        = "Soham Jadhav"
        self.role        = "AI Engineer"
        self.education   = "B.E. AI & Data Science @ MET's Institute of Engineering, Nashik (2022–2026)"
        self.focus       = ["Deep Learning", "Generative AI", "Agentic Workflows", "Computer Vision"]
        self.gsoc        = "GSoC 2026 Applicant β†’ ML4Sci DeepLense (DEEPLENSE6, DEEPLENSE7, PREDICT1)"
        self.open_source = "pgmpy contributor"
        self.building    = ["Copilot for Data Science", "Multimodal Org Communication System"]
        self.email       = "soham.ai.engineer@gmail.com"

    def current_mission(self):
        return "Ship AI that actually works. No fluff."

πŸš€ Featured Projects

πŸ€– Copilot for Data Science

AI-powered automation for end-to-end data science workflows

  • Automates 90% of DS/analytics pipeline
  • Natural language β†’ executable queries
  • Integrated XAI, AutoML & RAG
  • Stack: Python Β· NLP Β· Parallel Processing Β· APIs

πŸ”­ ML4Sci DeepLense β€” GSoC 2026

Strong gravitational lens detection & segmentation

  • ResNet18 multi-class lens classification β†’ ~92.5% val accuracy, AUC ~0.985
  • Binary lens finder with WeightedRandomSampler β†’ ~97% test accuracy
  • CAC segmentation on Stanford COCA dataset (U-Net, Dice > 0.85 target)
  • Stack: PyTorch Β· ResNet Β· U-Net Β· Colab

Repo

πŸ›‘οΈ Convo-Ease β€” AI Content Moderation

Gatekeeper Architecture for pre-delivery content validation

  • Policy-as-Prompt for dynamic rule enforcement
  • Covers text, image, and audio modalities
  • 100K synthetic dataset for LLM fine-tuning
  • Human-in-the-Loop validation system
  • Stack: LLMs Β· Fine-tuning Β· Multimodal AI

πŸ“„ Gen-AI Resume & Cover Letter Tailoring

LLaMA + T5 powered personalized application documents

  • Fine-tuned LLaMA via QLoRA on 4,500+ instruction examples
  • Fine-tuned T5 on job-resume datasets
  • Semantic similarity engine + RAG pipeline
  • Stack: PyTorch Β· HuggingFace Β· Streamlit Β· RAG

πŸ› οΈ Tech Stack

πŸ€– AI / ML

PyTorch TensorFlow HuggingFace scikit-learn OpenCV LangChain

πŸ’» Languages

Python C++ SQL TypeScript

🧰 Tools & Platforms

Jupyter Google Colab Git VS Code Streamlit NumPy Pandas


πŸ“Š GitHub Stats


πŸ† GitHub Trophies

Trophies


πŸŽ“ Education & Certifications

πŸŽ“ Degree πŸ›οΈ Institution πŸ“… Year
B.E. β€” Artificial Intelligence & Data Science MET's Institute of Engineering, Nashik 2022 – 2026

πŸ“œ Certificates

Certificate Issuer Verify
πŸ… AI Engineering Professional IBM / Coursera View
πŸ… Deep Learning with PyTorch, Keras & TensorFlow IBM / Coursera View
πŸ… Generative AI Engineering with LLMs IBM / Coursera View
πŸ… Career Essentials in Generative AI Microsoft & LinkedIn View
πŸ… Python HackerRank View
πŸ… SQL Advanced HackerRank View
πŸ… Co-Lead β€” AI & Machine Learning Google Developer Groups View

🌱 Leadership & Recognition

Co-Lead β€” AI & Machine Learning Β· Google Developer Groups (GDG) On Campus, Nashik (Sept 2024 – Oct 2025) Taught and mentored peers in AI, ML, and Generative AI. Organized hands-on sessions on emerging technologies.


πŸ“„ Research Publications

Publications Publisher Type


πŸ”¬ Paper 1 β€” Springer Nature (Cureus)

Convo-Ease: Intelligent Multi-Modal Moderation for Digital Organizational Communication

Field Details
πŸ‘₯ Authors Soham S. Jadhav, Nisha D. Patil, Omkar N. Gadakh, Atharv S. Gaikwad
πŸ›οΈ Institution MET's Institute of Engineering, Nashik
πŸ“° Publisher Cureus β€” Part of Springer Nature
πŸ“… Year 2025
🏷️ Keywords AI Moderation · Multimodal Learning · Text-Image-Audio Fusion · Policy-as-Prompt

Abstract: Proposes Convo-Ease β€” an AI-driven moderation framework using a Gatekeeper Architecture that validates content pre-delivery across text, image, and audio modalities in organizational chat systems. Introduces a Policy-as-Prompt method achieving sub-3-second latency with Gemma 3, BLIP-2, and Whisper.


πŸ”¬ Paper 2 β€” ICIA Conference

Beyond Text: A Comprehensive Survey of Multimodal Content Moderation Architectures in Enterprise Environments

Field Details
πŸ‘₯ Authors Soham S. Jadhav, Omkar N. Gadakh, Nisha D. Patil, Atharv S. Gaikwad
πŸ›οΈ Institution MET's Institute of Engineering, Nashik
πŸ“° Publisher ICIA Conference Proceedings
πŸ“… Year 2025
🏷️ Keywords Multimodal Moderation · LLMs · Gatekeeper Architecture · Enterprise Security · Audio-Visual Fusion

Abstract: Surveys 26+ content moderation methodologies ranging from LLM-based guardrails to multimodal fusion architectures. Critically examines the transition from reactive API-based moderation to dynamic Policy-as-Prompt frameworks, identifying critical research gaps in latency management and on-premise privacy preservation.


🎯 2026 Goals

  • πŸ”­ Get accepted into GSoC 2026 with ML4Sci DeepLense
  • 🀝 Merge open-source contribution into pgmpy
  • πŸš€ Launch Copilot for Data Science as a standalone product
  • πŸ“ Publish first technical writeup / research note
  • πŸ’Ό Land a full-time AI/ML Engineer role

πŸ’­ Philosophy

# ──────────────────────────────────────────────
#   T H E   E N G I N E E R ' S   M A N T R A
# ──────────────────────────────────────────────

from mindset import Curiosity, Discipline, Patience
from reality  import Problems, Impact

def path_to_success(dream: str) -> Impact:
    goal = {
        "start" : "where_you_are_now",
        "aim"   : dream,
        "fuel"  : Discipline + Curiosity
    }

    for iteration in range(0, ∞):          # no finish line

        step_1 = research(problem_deeply)  # understand before solving
        step_2 = learn(tools_to_solve_it)  # sharpen before striking
        step_3 = build(something_real)     # ideas only count shipped

        if iteration % 100 == 0:
            reflect()                      # recalibrate, not retreat

    # "The expert in anything was once a beginner."
    return Impact(measurable=True, lasting=True)

"The goal is not to build AI. The goal is to build AI that matters."

Pinned Loading

  1. soham-ai-universe soham-ai-universe Public

    TypeScript 1

  2. Portfolio-Private_Repositories_Overview Portfolio-Private_Repositories_Overview Public

    A comprehensive showcase of my technical expertise in Generative AI, Deep Learning, and Scalable ML Architecture. Includes Software, Product Development and Working Overview. [Projects are the 'Pri…

    Python