Skip to content
View anantshri1's full-sized avatar

Block or report anantshri1

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

Hi, I'm Anant 👋

My research focuses on three-dimensional mirror symmetry — classifying dual pairs in supersymmetric quantum field theories with minimal supersymmetry, an open problem for three decades. My doctoral work developed a systematic framework for constructing these dual pairs, with findings published in Physical Review D and the Journal of High Energy Physics.

📄 Find my publications here

Alongside the PhD, I have been building end-to-end ML engineering skills: agentic workflows, retrieval systems, geometric deep learning, time series forecasting, and domain-adaptive LLM training. The repositories below are the output of that work.


🛠 Stack

Languages

Python PostgreSQL Badge LaTeX MATLAB Wolfram Mathematica Badge

Data Handling

NumPy Matplotlib Pandas Seaborn

ML & Deep Learning

TensorFlow PyTorch PyG Badge JAX scikit-learn

LLMs & Agentic AI

LangChain Badge LangGraph Badge LlamaIndex MCP

MLOps, Deployment & Tooling

FastAPI Docker MLflow LangChain Badge Gradio Badge Git


🚀 Selected Projects

🧠 Scientific ML & Foundation Models

Spectral Response Fidelity · JAX FNO study of whether neural operators learn physically meaningful response functions; spectral fidelity improves with supervision of Jacobians.

Domain-Adaptive LLM Trilogy · RAGGraphRAGQLoRA pipeline for theoretical-physics knowledge, culminating in a domain-adapted Qwen2.5-3B.

Low-Resource NMT · MarianMT EN→ML fine-tuning, improving BLEU 15.48 → 32.61 on technical-domain data.

🤖 AI Systems & Agentic Workflows

Agentic AutoML · LangGraph + MCP system for autonomous supervised ML with Docker, MLflow, and LangSmith.

NL-to-SQL Agent · Retrieval + execution-guided self-correction; 54.5% BIRD Mini-Dev accuracy with 55% fewer tokens. 🤗 demo

Multi-Agent Symbolic Reasoning · Solver → verifier → critic architecture with SymPy verification via MCP. 🤗 demo

🕸️ Geometric & Graph Learning

MolPredict · GATv2 molecular property prediction deployed as a FastAPI + MCP inference service. API

Orbit Wars · GATv2 + PPO with action masking, differentiable graph construction and curriculum learning.

📈 Applied ML

Time Series Forecasting · LSTM, Transformer, AutoTFT and XGBoost across BTC/USDT and Indian electricity-demand forecasting, including climate stress tests.


📬 Contact

Email LinkedIn Hugging Face INSPIRE

Pinned Loading

  1. spectral-quantum-response spectral-quantum-response Public

    A DIFNO surrogate of unitary time-dependent Schrödinger dynamics describing a 1d particle on a ring with a potential.

    Python 1

  2. gdl_orbitwars gdl_orbitwars Public

    A collection of increasingly sophisticated agent architectures designed to compete in Orbit Wars, culminating in Proximal Policy Optimization (PPO) via Graph Neural Networks (GNNs).

    Python 1

  3. GraphRAG_3dQFT GraphRAG_3dQFT Public

    Hybrid Graph- and Vector- RAG pipeline built over complex results on three-dimensional quantum field theories. Extends legacy RAG pipeline. Includes a PoC trained on a single paper, and a full pipe…

    Jupyter Notebook

  4. agentic-automl-platform agentic-automl-platform Public

    An end-to-end machine learning system that automates the full lifecycle of tabular ML workflows using a LangGraph based LLM-driven orchestration layer. The agent is capable of EDA, dimensionality r…

    Python

  5. homo-lumo-gat homo-lumo-gat Public

    A GPU-accelerated GATv2 inference service using PyTorch Geometric and FastAPI, containerised with CUDA-enabled Docker.

    Jupyter Notebook

  6. domain_adapted-LLM_fine-tuning domain_adapted-LLM_fine-tuning Public

    Domain adaptation and fine-tuning of Qwen2.5 3B Instruct on scientific text.

    Jupyter Notebook