Aurora
CLI Tool for Transparent AUR Package Management on Arch Linux
- Work-In-Progress.
- Designed and developed an opinionated CLI tool in Go to simplify AUR package installation.
- Replaced flag-heavy workflows with human-readable commands and explicit system action explanations.
- Orchestrated
pacmanandmakepkgwith safety checks, dependency previews, and clear error messaging.
Malicious URL Detection Tool
URL-Based Malicious Link Classifier
- Built a lightweight web-based tool to detect malicious URLs using a trained Recurrent Neural Network (RNN).
- Implemented end-to-end inference pipeline with real-time URL validation.
- Achieved 92.84% classification accuracy. Built using Python, PyTorch, and Streamlit.
StreamLlama
Offline AI Chat with Locally Running LLMs
- Developed a standalone Streamlit wrapper for Ollama in Python, allowing users to chat with local LLMs offline.
- Implemented an auto-installation feature for Ollama and required models to simplify setup for non-technical users.
8-Bit Computer
Built an 8-Bit Computer from basic Logic Gates
- Worked in a team of 4 engineers to build a programmable Turing-complete machine from scratch.
- Closely followed Ben Eater’s 8-Bit computer architecture, implementing custom tweaks and changes for improved execution.
Digital Clock
Built a Digital Clock using Basic ICs and 32.768KHz Crystal Oscillator
- Designed and wired the logic and timing circuits entirely from scratch using discrete components.