Skip to content
View bhavyahuja's full-sized avatar
sudo pacman -Sybau
sudo pacman -Sybau
  • Hyd, India
  • 17:52 (UTC +05:30)

Block or report bhavyahuja

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
bhavyahuja/README.md
bhavyahuja@github
bhavya@arch:~$ neofetch
os          :: arch linux (btw)
desktop     :: kde plasma
location    :: iiit hyd, IN
interests   :: systems, ml, research
hobbies     :: music, films

Profile Views

Pinned Loading

  1. limit-order-book limit-order-book Public

    A C++ limit-order-book with O(1) cancel (pre-allocated memory pool, order_id hash map, FIFO price levels), supporting match and replay options.

    C++

  2. network_file_system network_file_system Public

    A distributed Network File System implemented in C using POSIX sockets and pthreads. Clients, a central Naming Server, and multiple Storage Servers communicate over TCP to provide transparent file …

    C

  3. swarmHost swarmHost Public

    Self-hostable agent deployment platform. Package multi-agent AI systems as zip apps, spawn isolated instances, auto-scale services across a multi-device fleet, and route every task over a Kafka-nat…

    Python

  4. bhavya.sh bhavya.sh Public

    Forked from thebhavyaahuja/bhavya.sh

    A fully-featured Unix shell built from scratch in C. Implements foreground/background job control, arbitrary pipe chaining, I/O redirection, persistent command history, recursive file search, raw-m…

    C

  5. Android-Based-Point-Cloud-Image-Classifier Android-Based-Point-Cloud-Image-Classifier Public

    Forked from thebhavyaahuja/Android-Based-Point-Cloud-Image-Classifier

    This is a Point Cloud Image Classifier. It takes a Point Cloud Image and use our trained model svm_model.tflite to predict if its a Human, Bike or Car. The code is in Kotlin and is designed for And…

  6. two-tower-neural-retriever two-tower-neural-retriever Public

    Two-tower neural retrieval for candidate ↔ job matching, with a lexical BM25 baseline and a retrieve-then-rerank stage.

    Python