Skip to content
View sushantlokhande14's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report sushantlokhande14

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
sushantlokhande14/README.md
Sushant Lokhande — software engineer

Portfolio LinkedIn Email

About me

I'm fascinated by the gap between a great idea and a system that actually holds up at scale. That gap is where I like to work.

I recently finished my MS in Computer Science at San José State University, where my research on image-based malware classification became a co-authored paper, now under review. Before grad school I was a software engineer on an EdTech platform serving 70K+ users, chasing down latency and shipping features thousands of learners used every day.

Outside of work I take systems apart to understand them. Lately that meant writing a vector search engine from scratch in C++, then building an LLM gateway and a movie recommender on top of it. I ship something small almost every day; building is how I learn.

Open to full-time Software, ML, and AI Engineering roles across the US.

Tech stack

Tech stack

Things I've built

Project The short version Code
Proxima A C++ vector search engine that answers queries 1.8× faster than hnswlib and 2.5× faster than FAISS at 0.999 recall repo
Relay An LLM gateway that remembers: 78% of requests served from a semantic cache, median latency 759 ms to 44 ms repo
Reel Rank A two-stage hybrid movie recommender with retrieval running on Proxima, answering free-text requests like "a slow-burn sci-fi like Arrival but funnier" repo
Autograde AI A local-first multi-agent grading platform: six grader agents under Temporal and Kafka, confidence-gated human review repo
Malware Classification My thesis: malware binaries rendered as images, a three-track ensemble that agrees 94% of the time across 17 families repo

The full case studies, with architecture and honest numbers, live on the portfolio.

By the numbers

GitHub stats GitHub streak stats



Pinned Loading

  1. Multimodal-contactless-palmprint-verification-using-dual-networks-and-ensemble-scoring Multimodal-contactless-palmprint-verification-using-dual-networks-and-ensemble-scoring Public

    Jupyter Notebook 2

  2. Soft_Voting_Ensembled_Malware_Images_Classification Soft_Voting_Ensembled_Malware_Images_Classification Public

    Jupyter Notebook 2

  3. proxima proxima Public

    Vector search engine from scratch in C++17 - int8 graph traversal with exact float re-ranking, 1.8-2.5x faster than hnswlib/FAISS at 0.999 recall

    C++ 2

  4. Relay Relay Public

    Local LLM gateway with a semantic prompt cache, provider failover, and rate limiting. The cache runs on Proxima, an HNSW vector index I wrote in C++.

    Python 2

  5. neo4j-social-network-graph-app neo4j-social-network-graph-app Public

    Graph-based social network built with Neo4j, FastAPI, and React, demonstrating NoSQL graph modeling, traversal queries, and recommendations.

    TypeScript 2