Skip to content
View ayushsyntax's full-sized avatar

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

Ayush Kumar

Data Scientist - ML Engineer - Agentic AI Builder

typing

       █████╗ ██╗   ██╗██╗   ██╗███████╗██╗  ██╗
      ██╔══██╗╚██╗ ██╔╝██║   ██║██╔════╝██║  ██║
      ███████║ ╚████╔╝ ██║   ██║███████╗███████║
      ██╔══██║  ╚██╔╝  ██║   ██║╚════██║██╔══██║
      ██║  ██║   ██║   ╚██████╔╝███████║██║  ██║
      ╚═╝  ╚═╝   ╚═╝    ╚═════╝ ╚══════╝╚═╝  ╚═╝

          ┌───────────────────────────────┐
          │  AI SYSTEMS • MLOPS • RAG     │
          │  RESEARCH TO PRODUCTION       │
          └───────────────────────────────┘
identity:
  username: ayushsyntax
  role: Data Scientist & Machine Learning Engineer
  education: B.Tech in Artificial Intelligence & Data Science
  current_mode: Building reliable AI products, not just demos

system:
  focus: [GenAI, RAG, Agentic Systems, MLOps, Deep Learning]
  stack: [Python, SQL, TensorFlow, PyTorch, XGBoost, LangChain, LangGraph]
  infra: [Docker, MLflow, DVC, AWS ECS, GitHub Actions, FastAPI]
  data: [Pandas, NumPy, Matplotlib, Seaborn, ChromaDB]
  workflow: [Experiment, Evaluate, Trace, Optimize, Deploy]

currently_building:
  - Reasona: self-improving retrieval and reasoning engine
  - Agentic research workflows with memory and tool routing
  - Deployment-first ML systems with observability

philosophy:
  - elegant models
  - reproducible pipelines
  - measurable outcomes

Signature

$ whoami
ayushsyntax

$ mission --current
Build AI systems that are accurate, observable, and production-ready.

$ values --core
reasoning > hype
shipping > showcasing
clarity > complexity

Highlighted Work

Brain Tumor MRI Classifier

Production-oriented medical imaging pipeline using EfficientNetV2-S, MLflow, DVC, Docker, FastAPI, and AWS ECS.

accuracy : 98.19%
recall   : 99.17%
theme    : cv + mlops + deployment

US Housing Price Prediction

Leakage-safe regression architecture with Optuna tuning, FastAPI inference, Streamlit UI, and AWS deployment.

r2 score : 0.961
theme    : tabular ml + infra + ci/cd

Agentic Research Assistant

LangGraph-based multi-tool agent with ChromaDB memory, Groq inference, SQLite checkpointing, and LangSmith tracing.

theme    : agentic ai + memory + observability
feature  : conditional routing across tools

Reasona

Self-improving RAG engine inspired by iterative retrieval and correction loops for grounded answers.

theme    : rag + feedback loops + document intelligence
feature  : answer refinement with correction memory

Live Signals

stats langs
streak

Toolkit

Connect



views

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

  4. DL-Clf-ENDtoEND DL-Clf-ENDtoEND Public

    End-to-end production-grade binary brain tumor detection from MRI scans using EfficientNetV2-S transfer learning. Achieves 98.19% accuracy & 99.17% tumor recall on 1,600-image hold-out. Full MLOps:…

    Python 1