🛠 Projects

This page collects selected engineering and applied AI projects. The homepage shows a concise subset, while this page is intended to grow as I continue building more systems and experiments.

CartoonGen

Tech Stack: Python, TensorFlow, Keras, GANs, Image Generation

A cartoon avatar generation project based on TensorFlow/Keras and the Google CartoonSet dataset. The project covers the full workflow of GAN-based image generation, including data preprocessing, generator and discriminator design, adversarial training, sample visualization, and inference. It demonstrates my interest in generative models and hands-on experimentation with image synthesis systems.

Link: GitHub Repository

Chinese Sentiment Analysis

Tech Stack: Python, NLP, Machine Learning

A Chinese text sentiment classification project exploring machine learning methods for natural language processing tasks. This project connects coursework knowledge with practical experimentation in NLP.

Link: GitHub Repository

Chat Image Safety Classifier

Tech Stack: Python, PyTorch, Flask, Vue, Multi-Task Learning, Image Classification

An image safety classification project for identifying risk levels and content types in chat images. Built on a shared ResNet101 backbone with a multi-task learning setup, the system supports model training, online inference, frontend demonstration, and data preprocessing. Compared with single-domain NSFW datasets, this project is based on more realistic group-chat image scenarios, which makes it closer to practical content safety applications.

Link: GitHub Repository

FlightRadar Data Scraper

Tech Stack: Python, Web Scraping, Data Collection

A web scraping project for collecting and processing flight-related data from FlightRadar. This project demonstrates my interest in practical data acquisition, automation workflows, and building datasets for downstream analysis.

Link: GitHub Repository

Warehouse Management System

Tech Stack: Java, Backend, System Design

A warehouse management system for inventory tracking, stock-in/stock-out operations, and core business workflow management. This project demonstrates my ability to design and implement a complete backend-oriented system.

Link: GitHub Repository

Back to Homepage