Skip to content
View Abhinaykrishna2's full-sized avatar

Block or report Abhinaykrishna2

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

Abhinay Krishna Bodi

Typing SVG

Open to Work   LinkedIn   LeetCode   Email   Location


⚡ Overview

I build AI systems and the data infrastructure behind them. At Mastercard I trained fraud and ranking models on 4 TB+ of transaction data. At Brane I shipped sub-10ms WebSocket backends serving 5,000+ concurrent users and Spark forecasting pipelines. At NYU I research 4-bit LLM efficiency and teach NLP to 90+ students. Models that ship, systems that stay up.


💼 Experience

  • Mastercard Mastercard | Data Scientist Intern

  • NYU New York University | Research Scholar

  • NYU New York University | Teaching Assistant, Natural Language Processing

  • Brane Enterprises Brane Enterprises | Data Scientist

  • Brane Enterprises Brane Enterprises | Software Engineer


🎓 Education

  • NYU New York University (NYU Courant) | M.S. in Data Science (GPA: 3.8 / 4.0)
  • VNR VJIET VNR VJIET | B.Tech in Computer Science & Engineering (GPA: 3.9 / 4.0)

🧩 Open Source

  • llama.cpp | Merged PR #26536
    • Eliminated redundant audio-encoder chunks for short inputs by replacing 31-second preprocessing padding with the exact 201-sample FFT reflection-padding boundary, halving encoder chunks for affected inputs.

📄 Publications

  • VIP-MINGLE: Multimodal Interaction Corpus | Accepted at INTERSPEECH 2026
    • Co-authored a multimodal corpus built on transformer-based ASR, extracting aligned audiovisual cues and identifying statistically significant differences in turn-taking and participant enjoyment (p=0.037).

🚀 Featured Repositories

  • satavahana Rust Tokio HFT

    • High-frequency options trading engine in async Rust. Streams 1.5GB+/4min tick feeds into lock-free DashMap storage with CPU-pinned workers, an 8-strategy signal pipeline, and Half-Kelly risk allocation.
  • creditRisk_Prediction_GNNs PyTorch Geometric FA-GNN LSTM

    • Feature Attention Graph Neural Network with LSTM temporal modeling over dynamic borrower graphs, beating Random Forest and XGBoost baselines at 0.7707 ROC-AUC. Cut data-loading time 94.8% with Polars and explained feature-level risk with SHAP.
  • cheque_forensics PyTorch Qwen3-VL NVIDIA DGX

    • Two-stage VLM document forgery pipeline combining a 655.8M C-RADIOv4-H backbone with 30B Qwen3-VL verification, trained on NVIDIA DGX Spark with a 13.2x training speedup at 0.89 precision.
  • adaptive-pairwise-preferences Python Bayesian ML Active Learning

    • Bayesian latent factor model for sequential pairwise active feedback on the Netflix Prize dataset (100M+ ratings), cutting required feedback queries by 40% via information-gain maximization.
  • ArcPay-Agentic-Financial-System Python Multi-Agent USDC

    • Agent-driven financial execution translating natural language to on-chain USDC payments and equities trading, guarded by a deterministic GuardianAgent liquidity and whitelist risk layer.
  • H-ARC_challenge Python LLM Reasoning Program Synthesis

    • Tackles the ARC AGI benchmark through closed-loop hypothesis generation and neural code synthesis with 32B Qwen 2.5 Coder, reaching 11% accuracy against 0% for direct prompting.

🛠 Skills

  • Languages: Python, SQL, R, Rust, C++, TypeScript, Scala, Java, Bash
  • AI & ML: PyTorch, TensorFlow, XGBoost, Scikit-learn, SHAP, FAISS, vLLM, LangChain, LangGraph, RAG
  • Data Engineering: Spark, PySpark, Kafka, Airflow, PostgreSQL, MongoDB, BigQuery, Snowflake, ClickHouse, Polars, HDFS
  • Cloud & DevOps: AWS, GCP, Azure, Docker, Kubernetes, Jenkins, Linux, Git, CI/CD
  • Analytics & Visualization: Tableau, Power BI, Excel/VBA, Matplotlib, Seaborn, A/B Testing

Open to full-time roles: Machine Learning Engineer | Data Scientist | Data Engineer | Software Engineer | Applied Scientist

New York, NY | Open to relocate

Pinned Loading

  1. ggml-org/llama.cpp ggml-org/llama.cpp Public

    LLM inference in C/C++

    C++ 127k 22.8k

  2. satavahana satavahana Public

    F&O_Trading_Engine

    Rust

  3. H-ARC_challenge H-ARC_challenge Public

    Tackling ARC tasks through human-guided hypothesis generation, code synthesis, and cognitive feedback refinement for the HARC Dec 2024 challenge

    Python

  4. ArcPay-Agentic-Financial-System ArcPay-Agentic-Financial-System Public

    ArcPay is an agent-driven USDC payments automation system that enables users to perform both everyday payments and financial stock transactions through natural-language commands.

    Python

  5. adaptive-pairwise-preferences adaptive-pairwise-preferences Public

    Adaptive pairwise preference learning with Bayesian latent factor models, based on Netflix Prize data

    Jupyter Notebook

  6. creditRisk_Prediction_GNNs creditRisk_Prediction_GNNs Public

    Consumer Credit Risk Prediction using Feature Attention Graph Neural Networks

    Jupyter Notebook