Project Catalog

// Curated highlights — agents, OSS, research, and systems work recruiters care about.

nlp/sure-audio NLP

Sure Audio

Audio summarization system using TF-IDF to extract key sentences and generate concise summaries from speech transcriptions.

Python TF-IDF Audio Processing NLP
nlp/pcl-detection NLP

PCL Detection (SemEval)

SemEval 2022 Task 4 — detect patronizing or condescending language in text. Binary and multi-label classifiers with Naive Bayes and deep learning.

Python TensorFlow SemEval NLP
nlp/sentiment-community NLP

Sentiment Community Detection

B.Tech final project: label propagation on Reddit with multiple sentiment analyzers to surface sentiment-driven communities around topics.

Python Community Detection Sentiment Analysis
mobile/yahoofin Mobile

YahooFin

Open-source Dart package for the Yahoo Finance API (published on pub.dev) — used by Flutter apps for quotes, charts, and portfolio data.

Dart Flutter pub.dev Finance API
mobile/futurepoint-biz Mobile

FuturePoint Business

Business management app published on both iOS and Android with Firebase backend for real-time data and authentication.

iOS Android Firebase
ai/ml/mdchat AI / ML

Markdown Plus (mdchat)

Collaborate with LLMs in the terminal on Markdown — ask, edit, summarize, and generate content inline. Open source on GitHub.

JavaScript LLMs Terminal Markdown
rvsblabs/ezagent AI / ML

ezagent

Easy multi-agent harness for implementing and deploying agents — Python toolkit under active development at rvsblabs.

Python Multi-agent Agents rvsblabs
personal/xsp_fund AI / ML

XSP Fund

Personal Python stack for paper trading with multi-agent workflows (assistant, portfolio manager, analysts, news) and strategy configuration — ezagent-style CLI and tooling. Private repository.

Python Agents Paper trading IBKR
desktop/lane-linked-list Desktop

Lane Linked List

C++ implementation of a lane-based linked list for faster search, based on an IJCA paper — indexed “lanes” to skip ahead during lookups.

C++ Algorithms Data Structures
desktop/bhasha Desktop

Bhasha

Source-to-source compiler project — lowering the barrier to learning programming in Hindi, Gujarati, Punjabi, and Bangla (team-led; compiler pipeline and language design).

Compilers Python PL Design
hardware/slam-drone Hardware

SLAM Drone

Autonomous drone with SLAM (Simultaneous Localization and Mapping) built on Raspberry Pi and Arduino with OpenCV for navigation.

Raspberry Pi Arduino SLAM OpenCV