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 Keras PyTorch PyG Badge scikit-learn XGBoost HuggingFace CatBoost

LLMs & Agentic AI

LangChain Badge LangGraph Badge LlamaIndex MCP

MLOps & Deployment

FastAPI Docker MLflow LangChain Badge Gradio Badge Git


πŸš€ Selected Projects

Project What it does Stack
MolPredict Inference API Β· API Service A GATv2 inference API service for predicting HOMO-LUMO gaps of organic molecules; inference tools additionally deployed as an independent MCP server over SSE. PyTorch Geometric, FastAPI, Docker, RDKit, MCP
Agentic AutoML Platform LangGraph ReAct agent orchestrating end-to-end tabular ML pipelines via a modular MCP tool server; five-container Docker architecture with MLflow tracking and LangSmith observability LangGraph, MCP, FastAPI, Docker, MLflow, XGBoost, CatBoost, TensorFlow, scikit-learn, LangSmith
NL-to-SQL Agentic Pipeline Β· πŸ€— demo Hybrid BM25 + embedding retrieval with RRF fusion and execution-guided self-correction; 54.5% execution accuracy on BIRD Mini-Dev, 55% token reduction; ablation harness with failure-mode taxonomy LangChain, Voyage AI, SQL
Multi-Agent Symbolic Reasoning Β· πŸ€— demo Solver β†’ verifier β†’ critic loop with LangGraph conditional edges; SymPy verifier deployed as independent MCP server over SSE LangGraph, MCP, SymPy
GDL/RL Agent: Orbit Wars GATv2 policy network with action masking, differentiable k-NN graph edges, two-stage curriculum; documented four compounding training failures including silent SB3 optimiser bug PyTorch Geometric, PPO, SB3
Domain-Adaptive LLM Trilogy RAG β†’ GraphRAG β†’ QLoRA fine-tuning pipeline over my physics PhD thesis; ontology-driven knowledge graph, 2Γ— retrieval benchmark gain, domain-adapted Qwen2.5-3B (πŸ€— adapter) on free-tier T4 QLoRA, LlamaIndex, GraphRAG (NetworkX, Pydantic)
Deep Learning for Time Series Forecasting LSTM vs Transformer vs AutoTFT on BTC/USDT (71k hrs); XGBoost demand forecasting on Grid India data with climate scenario simulation (+2Β°C/+4Β°C stress tests) and MLflow tracking PyTorch, TensorFlow, NeuralForecast, XGBoost
Low-Resource NMT: ENβ†’ML MarianMT fine-tuned on BPCC + NPTEL Shiksha corpus; BLEU 15.48 β†’ 32.61 (2Γ— gain) on a low-resource pair where general-purpose models fail on technical vocabulary (πŸ€— weights, πŸ€— domain-adapted weights) MarianMT, Hugging Face

πŸ“¬ Contact

Email LinkedIn Hugging Face INSPIRE

Pinned Loading

  1. 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

  2. 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

  3. 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

  4. 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

  5. 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

  6. RAG_3dQFT RAG_3dQFT Public

    RAG pipeline built on Mistral-7B over complex results on three-dimensional quantum field theories. Compares performance of Vanilla RAG and Hierarchical RAG to assess quality of retrieval.

    Jupyter Notebook