A comprehensive Java Scientific Computing Library inspired by Python's SciPy, bridging the gap in the Java
ecosystem for robust signal processing. It provides high-performance, dependency-free implementations of
Butterworth/Chebyshev filters, FFT, Peak Detection, and RK4 solvers—essential tools for building efficient
ML pipelines on JVM and Android.
Keywords — Java, Signal Processing, Scientific Computing, Android
A comprehensive, full-stack contact tracing framework designed to combat pandemics like COVID-19. Utilizing a
privacy-first approach, it leverages multi-modal sensing (Bluetooth, GPS, and NFC) to accurately trace
close-contact candidates over a configurable period (e.g., 14 days). The system features a scalable backend
architecture capable of handling nationwide data, aiming to flatten the infection curve while balancing public
health necessities with individual data privacy.
Keywords — Java, Swift, Spring Boot
A cutting-edge solution for patent prior art search that harnesses the power of Large Language Models (LLMs)
and Retrieval-Augmented Generation (RAG). By integrating the Google Patent Database, DuckDuckGo search, and
advanced AI models like Google Gemini, it automates the complex process of keyword generation, query
construction, and result parsing. This tool significantly streamlines the workflow for legal professionals,
delivering highly relevant similarity search results with minimal manual effort.
Keywords — Python, LLM, RAG
A production-ready Chrome extension that transforms how developers and users interact with web content.
InspectorAI allows you to visually select any DOM element, intelligently cleaning the HTML to minimize token
usage, and instantly analyze it using top-tier AI models (OpenAI, Gemini, Anthropic, or local LLMs). Whether
for reverse-engineering UI components, extracting complex table data, or translating content in-place, it
supercharges web analysis without ever leaving the browser.
Keywords — JavaScript, Chrome Ext, AI
An essential VS Code extension for power users of AI coding assistants, ensuring fully uninterrupted workflows.
NoQuota features an intelligent fallback system that automatically switches providers (e.g., from OpenAI to
Claude, DeepSeek, or local Ollama models) the moment a quota limit is reached. With built-in support for a wide
array of models and context-aware code completion, it guarantees that your development momentum is never stalled
by API rate limits or exhaustion.
Keywords — TypeScript, VS Code, AI
A powerful productivity suite designed for engineers to track daily work activities and generate professional
status reports effortlessly. Offering both a sleek CLI and a modern Web Dashboard, FastRep utilizes AI agents
(Cline, OpenAI, Gemini) to intelligently summarize your logs into weekly or monthly reports. It features a
privacy-first architecture with local SQLite storage and offers over 7 customizable, live-preview templates to
match any corporate reporting style.
Keywords — Python, Flask, Productivity
A definitive, minimal yet complete reference implementation of the Model Context Protocol (MCP), demonstrating
the future of AI-tool integration. This project provides full-stack examples of both local (stdio-based) and
remote (SSE/Cloudflare Workers) server architectures. It includes a comprehensive suite of pre-built tools,
prompts, and resources—ranging from creative writing to system utilities—serving as the perfect blueprint for
developers building their own MCP-compliant agents and clients.
Keywords — TypeScript, MCP, AI Agents