Skip to content
View Showmick119's full-sized avatar

Highlights

  • Pro

Block or report Showmick119

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

tl;dr

  • cs sophomore at georgia tech studying machine learning and systems architecture
  • currently building kv cache optimization frameworks and distributed training pipelines at gt's systems for ai lab
  • prev open-sourced neurips & ieee published time-series research at gt's ai lab
  • prev integrated mcp & qwen3 llm into apache's $5M nsf-funded research platform
  • prev contributed to openai's python sdk fixing critical memory leaks during high-volume batch uploads
  • enjoy sports (soccer, cricket, nba, ufc, f1) & poker

Pinned Loading

  1. Fine-Tuning-Open-Source-LLM Fine-Tuning-Open-Source-LLM Public

    Fine-Tuning the open source Code-LLama-7B model for code generation on FastAPI tasks.

    Python

  2. Implementing-Attention-Is-All-You-Need Implementing-Attention-Is-All-You-Need Public

    Implementing the "Attention Is All You Need" paper from scratch, using only PyTorch and Mathematical Libraries.

    Jupyter Notebook

  3. Neural-Network-Single-Layer-Perceptron Neural-Network-Single-Layer-Perceptron Public

    A Java-based single-layer neural network that predicts LLMs affinity using personality traits, with support for Rectified Linear Unit, Sigmoid, and Exponential Linear Unit activation functions.

    Java

  4. SamayDashboard SamayDashboard Public

    An interactive dashboard for time-series forecasting using state-of-the-art foundational models.

    TypeScript

  5. Low-Latency-Market-Data-Parser Low-Latency-Market-Data-Parser Public

    A high-performance NASDAQ ITCH 5.0 protocol parser and order book engine written in C++20, designed for low-latency market data processing.

    C++

  6. Low-Latency-Order-Book-Engine Low-Latency-Order-Book-Engine Public

    A high-performance, multi-threaded order matching engine built in C++20, processing 4M+ orders/sec with sub-microsecond latency using lock-free data structures, intrusive containers, object pooling…

    C++