Tap for more
Tap to close

Visitor Count

--- visits

Quick Stats

15
Projects
1
Updates
1
Active
3
Completed

Quote of the Day

"A dreamlike world, riddled with illusion—where fantasy dazzles and truth loses its shape. In such a place…by whose will is right separated from wrong?"
— Lester Dunn

My Projects

A collection of technical projects and creative works that showcase my passion for development and storytelling

Active

Unified Experience Partner

An event-driven AI assistant system integrating long-term memory, dynamic emotions, and personalized interactions, featuring modular architecture with speech recognition, NLP, LLM, voice synthesis, custom movement and animation for complete multimodal experiences.

AI U.E.P Python Agent Multi-Module
Unified Experience Partner
Completed

StegoApollo - Steganography Tool

A C# Windows Forms steganography application using MVP architecture, implementing four algorithms (LSB, QIM, DCT, Histogram Shift), featuring histogram visualization, real-time logging, and interactive algorithm explanation panels.

C# Steganography MVP School Project
Completed

Wyrm-DB

A MariaDB database management tool built with C# Windows Forms, providing an intuitive GUI for executing SQL queries, exporting CSV data, and managing database connections with JSON configuration.

C# Database GUI SQL-Client School Project
Wyrm-DB
Completed

Omniimagainer - Multi-Purpose Image Processing Application

A Python Tkinter desktop application integrating image format conversion, effect processing (blur, sharpen, edge detection), cloud storage, and email sending, featuring Google Drive OAuth 2.0 authentication upload and real-time preview.

Python GUI OpenCV
Paused

GDG-Portal - Google Developer Group Community Platform

A full-stack community management platform built with React+Vite and Node.js, integrating Google OAuth 2.0 authentication, member management, and event announcement system, using Sequelize ORM with MySQL database and containerized deployment via Docker Compose.

React NodeJS Docker Community Database
Paused

PureTown - Text-Based RPG Game

A text-based adventure game engine built from scratch with Python and PyQt5, featuring chapter systems, story processing, command parsing, GameState management, and Pygame background music for complete interactive narrative experiences.

Python GUI Pygame Engine
Paused

End-to-End LAN Monitor Application

A Client-Server architecture LAN monitoring system implementing real-time video streaming and audio capture using Socket communication and OpenCV, suitable for dormitory monitoring and home security scenarios.

LAN Media Stream Python OpenCV Socket
Paused

Ranza - A Randomizer For Everything

A C# Windows Forms tool integrating multiple random generation functionalities, supporting Python script extensions via IronPython 3.4.1, with 10 generation modes for numbers, names, colors, and `{rand}` template filling system.

C# GUI Algorithm Python
Ranza - A Randomizer For Everything
Paused

U.E.P's Mind - Discord Community Management Bot

A modular community management bot built with discord.py 2.4.0, featuring sliding window spam detection algorithm (LIMIT=4, DIFF=2500ms), profanity filtering, Cog hot-reloading, and SQLite violation tracking system.

Python Discord Bot Database Community U.E.P
Archived

SparkBoard - AWS Serverless Task & Announcement Platform

A complete AWS Serverless full-stack application showcase project, implementing IaC with AWS CDK TypeScript, integrating API Gateway, Lambda, DynamoDB single-table design, Cognito, S3, SQS/SNS email notifications, and GitHub Actions CI/CD.

AWS React TypeScript Database Web Application School Project
Archived

A Drop Of Greenery - Tea E-commerce Platform

A modern full-stack e-commerce system showcase focused on the online shopping experience for the tea beverage industry. Using React 18 + Node.js + TypeScript tech stack, integrating complete shopping cart system, member management, order tracking, and tea customization features (sweetness/ice level/topping selection), with Prisma ORM + MySQL database.

React NodeJS TypeScript Prisma School Project
A Drop Of Greenery - Tea E-commerce Platform
Archived

Digital Subcurrent - Sokoban-Style Puzzle Game

A 2D Sokoban-style puzzle game developed with Unity engine, combining classic box-pushing mechanics with information system concepts (CPU five-stage pipeline). Players must collect keycodes, push boxes, avoid traps, and interact with terminals to unlock exits. The project features matrix-based collision detection system, state stack (undo mechanism), coroutine scene transitions, and typewriter dialogue effects,.

Unity C# Game Design School Project
Archived

LBN Competitive System Simulation

A multi-role esports platform simulation system built with C# Windows Forms, supporting five roles (Audience, Advertiser, Player, League Owner, Admin) with interactive operations, using JSON serialization for data storage and EPPlus for Excel export functionality.

C# Simulation GUI School Project
LBN Competitive System Simulation
Archived

School Information Automated Discord Webhook

An automated crawler system for NKNU announcement website, using BeautifulSoup to parse HTML and fetch daily campus announcements, with real-time push to designated channels via Discord Webhook API in just 56 lines of code.

Python Web Scraping Discord Webhook Beautiful Soup
Archived

FacePI - Azure Face Recognition Application

A desktop face recognition application based on Microsoft Azure Face API, providing a graphical interface through Python Tkinter and integrating OpenCV camera capture, face detection, face identification, and training functionalities, supporting PersonGroup grouping management mechanism.

Python GUI OpenCV Azure API