Skip to content
View ayush190511's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report ayush190511

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.

Content in all repositories owned by your account will be closed.
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
ayush190511/README.md

Ayush Mishra

Multimodal Deep Learning • Vision Transformers • Production MLOps

A curated collection of production-grade Machine Learning, Deep Learning, and MLOps systems built with performance, modularity, and reproducible research in mind.

Portfolio LinkedIn Kaggle Email


01 About & Core Focus

I conduct research in Multimodal Deep Learning, Vision Transformers, and Computer Vision, and engineer high-performance, reproducible ML systems:

  • Multimodal Transformers & Vision: Designing joint feature representation networks (BERT-BiGRU + ViT) for complex multimodal tasks like automated fake news detection.
  • Production MLOps: Building modular pipelines tracking end-to-end data and model lineage using DVC, MLflow, Docker, and automated CI/CD deployment on AWS EC2.
  • Hardware & Systems Analytics: Modeling LLM memory footprints, activation overhead, and distributed parallelism (TP / PP / DP).

02 Tech Stack & Systems

Domain Stack & Technologies
Languages & Core Python, C++, C, SQL, JavaScript ES6+, Linux, Git, Bash
Deep Learning & Modeling PyTorch, TensorFlow, Keras, Hugging Face, Vision Transformers (ViT), BERT, OpenCV
MLOps & Pipeline DVC, MLflow, DagsHub, Docker, GitHub Actions, AWS EC2
Data & Explainability Scikit-learn, Pandas, NumPy, SHAP
Web & Serving FastAPI, Flask, Cloudflare Workers, Astro.js, Tailwind CSS

03 Selected Projects & Systems

Deep LearningMultimodal TransformersSpringer IC2NS2 '26

  • Architecture: End-to-end classification pipeline integrating BERT–BiGRU for contextual narrative semantics with a Vision Transformer (ViT-B/16) for patch-level visual representations.
  • Empirical Outcome: Achieved 90.18% Test Accuracy, 0.9485 ROC-AUC, and 0.9084 Macro F1 across 30,900 samples on the Fakeddit benchmark.
  • Stack: PyTorch BERT-Base BiGRU ViT-B/16 Feature Concatenation Fakeddit

MLOpsContainerizationCI/CDComputer Vision

  • Architecture: Production-ready automated image classification pipeline engineered for reproducible poultry disease diagnosis with modular data ingestion and validation pipelines.
  • Infrastructure & Outcome: Attained 96.55% CV accuracy with version-controlled datasets via DVC, experiment tracking via MLflow, and automated deployment to AWS EC2 with Docker & FastAPI.
  • Stack: DVC MLflow Docker FastAPI AWS EC2 GitHub Actions

Deep Learning InfrastructureMemory AnalyticsServerless • [Live Tool]

  • Architecture: Analytical hardware sizing engine designed to estimate exact GPU VRAM requirements and bandwidth bottlenecks for LLM training and inference.
  • Precision Sizing: Models parameter memory footprint, dynamic KV cache, activation overhead, optimizer states (AdamW / FP16 / INT8 / FP8), and multi-GPU tensor/pipeline parallelism configurations (TP / PP / DP).
  • Stack: Cloudflare Workers VRAM Analytics LLM Inference & Training Parallelism (TP/PP/DP) JavaScript ES6+

Web PlatformChronological AnalyticsHigh Performance • [Live Platform]

  • Architecture: Algorithmic chronological analytics platform engineered for zero-dependency client computations, dynamic chart visualizations, and responsive glassmorphism UI.
  • Performance: Microsecond client-side execution speeds with lightweight zero-bloat browser rendering and comprehensive semantic SEO optimization.
  • Stack: JavaScript ES6+ Chronological Algorithms Glassmorphism UI SEO Architecture

04 Recent Publication

@inproceedings{mishra2026unified,
  title={A Unified Multimodal Framework for Fake News Detection Using BERT and Vision Transformers},
  author={Mishra, Ayush and Kumar, Naveen},
  booktitle={Proceedings of the International Conference on Intelligent Computing, Cognitive Networks, and Smart Systems (IC2NS2 2026)},
  year={2026},
  note={Paper ID: 182; Accepted and Presented},
  publisher={Springer}
}

Pinned Loading

  1. MyPortfolio MyPortfolio Public

    Portfolio and research hub highlighting work in applied machine learning, multimodal models, dataset benchmarks, and technical writing.

    Astro

  2. Multimodal-fake-news-detection-bert-vit Multimodal-fake-news-detection-bert-vit Public

    It proposes a multimodal fake news detection system combining BERT–BiGRU for text and Vision Transformer (ViT-B/16) for images with feature concatenation fusion, achieving ~90.18% accuracy on the F…

    1

  3. Coccidiosis-chicken-disease-classification Coccidiosis-chicken-disease-classification Public

    End-to-end Deep Learning + MLOps project for chicken disease classification using VGG16 transfer learning with DVC pipelines and a web app for real-time prediction. 🚀

    Jupyter Notebook 1

  4. DataScience DataScience Public

    End-to-end Machine Learning + MLOps project for predicting student math scores using multiple regression models, MLflow experiment tracking, SHAP interpretability, and Streamlit deployment.

    Jupyter Notebook 1

  5. AllAgeCalculators AllAgeCalculators Public

    A privacy-first, zero-latency suite of precision chronological age calculators built with Astro 5, React 19, and Tailwind CSS v4. Features UPSC CSE Rule 6 Cutoff Engine, Retirement Countdown, AVMA …

    TypeScript

  6. PDFAfy PDFAfy Public

    Fast, privacy-first PDF to PDF/A converter with client-side processing and support for PDF/A-1b, PDF/A-2b, and PDF/A-3b. Built with Astro, React, TypeScript, and pdf-lib.

    Astro 1