Skip to content
View ishnbl's full-sized avatar
  • IIT Roorkee | VLG | SDSLabs
  • Roorkee

Block or report ishnbl

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

Hi there 👋

I'm a first-year ECE student at IIT Roorkee. I enjoy figuring out how things work under the hood and currently I am exploring Deep Learning and Software Development.

I am a part of SDSLabs and VLG at IIT Roorkee

🛠️ What I'm working with

  • Languages: C++, Python
  • Interests: Systems Programming, CUDA, PyTorch, Deep Learning

🚀 Some things I've built

  • [FireDB] - A KNN Vector Database written in C++ with some CUDA acceleration.
  • [lib_coin] - A simplified, toy blockchain implementation in C++ to better understand how they function.
  • [AiVantage] - A time-series prediction project put together using PyTorch.
  • [LRLBench] - A pipeline to evaluate Language Models on Competitive Programming tasks by creating a synthetic dataset (Accepted at ICML 2026 Workshop)

Popular repositories Loading

  1. fire-db fire-db Public

    C++ 4

  2. lib_coin lib_coin Public

    A simple local implementation of a blockchain, based on ECDSA signing and merkle trees

    C++ 3

  3. elyx-dashboard elyx-dashboard Public

    Forked from jaipack17/elyx-dashboard

    Our submission for the Elyx Life Hackathon 2025

    TypeScript 1

  4. ishnbl ishnbl Public

    HTML

  5. deep_research_from_scratch deep_research_from_scratch Public

    Forked from langchain-ai/deep_research_from_scratch

    Jupyter Notebook

  6. secp256k1 secp256k1 Public

    Forked from bitcoin-core/secp256k1

    Used for the implementation of ECDSA curves in my crypto project

    C