bhavyahuja@githubbhavya@arch:~$ neofetch
os :: arch linux (btw)
desktop :: kde plasma
location :: iiit hyd, IN
interests :: systems, ml, research
hobbies :: music, films
bhavyahuja@githubbhavya@arch:~$ neofetch
os :: arch linux (btw)
desktop :: kde plasma
location :: iiit hyd, IN
interests :: systems, ml, research
hobbies :: music, filmsA 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++
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
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
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
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…
Two-tower neural retrieval for candidate ↔ job matching, with a lexical BM25 baseline and a retrieve-then-rerank stage.
Python