Skip to content
View ayushsyntax's full-sized avatar
๐Ÿ’ญ
Focus mode: defeated by music
๐Ÿ’ญ
Focus mode: defeated by music

Block or report ayushsyntax

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



๐Ÿš€ About Me

name: Ayush Kumar
alias: ayushsyntax
role: Data Scientist & Machine Learning Engineer
location: India
education: B.Tech โ€” Artificial Intelligence & Data Science
university: Kurukshetra University

what_i_build:
  - Agentic AI systems with persistent memory & observability
  - End-to-end RAG pipelines with dynamic query reasoning
  - Reproducible MLOps: MLflow ยท DVC ยท Docker ยท AWS
  - Transformers & deep learning architectures from scratch

currently_working_on: Reasona โ€” a self-reflective RAG engine
motto: "Code like a wizard, deploy like a boss."

๐Ÿ“Š Activity

stats langs
streak

๐ŸŒŸ Projects

๐Ÿค– Agentic Research Assistant

LangGraph agent with persistent memory, modular tool integration, and LangSmith tracing. Human-in-the-loop for controlled autonomous research.

View

โš™๏ธ End-to-End ML Pipeline

Time-series forecasting with MLflow, DVC, Docker, and AWS EC2/S3. Fully reproducible, production-ready MLOps stack.

View

๐Ÿงฌ GPT from Scratch

Decoder-only Transformer trained on Shakespeare, reaching 3.02 perplexity. Custom attention, tokenization, and training loop โ€” no shortcuts.

View

๐Ÿ”ฎ Reasona

Self-reflective RAG engine inspired by HyDE and SEAL. Dynamic query expansion and multi-stage reasoning for grounded, accurate retrieval.

View

๐Ÿ›  Tech Stack

Languages

Python C++ SQL

Data Science

NumPy Pandas Matplotlib Seaborn

ML / Deep Learning

Scikit-Learn PyTorch TensorFlow Keras

GenAI & LLMs

LangChain LangGraph LangSmith OpenAI HuggingFace

MLOps & Deployment

MLflow DVC Docker AWS FastAPI Streamlit GitHub Actions Git

quote



views



footer

Pinned Loading

  1. GPT-from-Scratch-in-PyTorch GPT-from-Scratch-in-PyTorch Public

    A small GPT built from scratch in PyTorch, trained on Shakespeare. Focused on learning and understanding transformers. Includes training scripts, evaluation, and a demo interface.

    Python

  2. Regression_ML-End-to-End Regression_ML-End-to-End Public

    Implements the full ML lifecycle: time-aware feature engineering, XGBoost modeling with Optuna + MLflow, FastAPI inference, Streamlit dashboard, Dockerized services, CI/CD via GitHub Actions, and dโ€ฆ

    Jupyter Notebook

  3. Agentic-Research-Assistant Agentic-Research-Assistant Public

    Production-grade agentic research assistant built with LangGraph. Features persistent memory, PDF RAG, tool calling for web/news/research, and full observability via LangSmith. Demonstrates modern โ€ฆ

    Python