Skip to content
View Yashmaini30's full-sized avatar

Highlights

  • Pro

Block or report Yashmaini30

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Yashmaini30/README.md

Hey 👋 What's up?

My name is Yash Maini and I'm a Machine Learning Engineer, Deep Learning Researcher, and MLOps Enthusiast from India

About me

🔬 Deep Learning Research at GGSIPU-USAR (Medical & Agricultural Imaging)
📊 Published 2 IEEE papers on image classification with 97%+ accuracy
🚀 Building production-ready ML systems with AWS & MLOps
📚 Currently learning Advanced MLOps, Model Deployment & System Design
🎯 Goals: Innovate in AI/ML, Deploy Scalable Solutions, Research Impact
🏆 Top 11% globally on LeetCode (550+ problems solved)
✅ GATE 2025 Qualified (Data Science & AI) - Top 8% nationwide

🔗 Connect with me

LinkedIn LeetCode Email

🚀 Featured Projects

🛡️ CopyGuard – AI Code Detection Platform

  • Serverless AI-powered code detection using AWS Bedrock (Claude v2)
  • <2s response time, ~99.9% availability
  • Full IaC with Terraform, monitored via Grafana
  • 📖 Read the Blog
  • 🎥 Watch Demo

🔒 ThreatMatrix – MLOps Network Security Platform

  • End-to-end ML pipeline for network intrusion detection
  • Containerized with Docker, CI/CD via GitHub Actions
  • Deployed on AWS EC2 with <15ms latency
  • 📖 Read the Blog
  • 🎥 Watch Demo

🍅 Tomato Disease Detection - 97.23% Accuracy

  • Optimized Xception model with Bayesian optimization
  • IEEE Published Research
  • 📖 Read the Blog

🩺 Breast Cancer Detection - 98.46% Accuracy

  • Fine-tuned CNNs with Population-Based Training
  • IEEE Published Research
  • 📖 Read the Blog

📚 Publications

💻 Tech Stack

Languages & Core:

python logo javascript logo java logo cplusplus logo c logo

ML/AI & Data Science:

tensorflow logo pytorch logo pandas logo numpy logo jupyter logo

Cloud & DevOps:

aws logo docker logo terraform logo git logo linux logo

Databases & Web:

mysql logo postgresql logo mongodb logo fastapi logo flask logo

⭐️ From Yashmaini30

Pinned Loading

  1. Breast-Cancer-Detection Breast-Cancer-Detection Public

    Transfer learning-based breast cancer classification using ultrasound images. Includes ResNet-50, AlexNet, VGG16, and GoogLeNet with fine-tuning, feature extraction, and Bayesian optimization.

    Jupyter Notebook 6

  2. Tomato_Leaf_Disease_Detection Tomato_Leaf_Disease_Detection Public

    Hyperparameter-tuned Xception model for plant disease detection with 97.23% accuracy – published at IEEE ICAIQSA 2024

    Jupyter Notebook 1

  3. Terraform-Infra-as-Code Terraform-Infra-as-Code Public

    Terraform AWS infrastructure for a web app | EC2, ALB, Route 53, modular setup, multi-env support

    HCL

  4. ThreatMatrix-Predictor ThreatMatrix-Predictor Public

    Production-ready MLOps platform for network security threat detection using machine learning and modern cloud-native architecture

    Python 1

  5. DSA-Problems DSA-Problems Public

    500+ LeetCode problems solved in Java | Curated DSA repo with patterns, optimizations & notes

    Java

  6. CopyGuard CopyGuard Public

    Production-ready serverless platform for AI-powered code analysis using Gen-Ai, AWS Bedrock and DevOps best practices

    Python