Projects
Practical builds and experiments
A sample of self-hosted systems, course tooling, and quick utilities I have shipped recently. Each project is designed to be lightweight, reliable, and easy to deploy.
QuickLit
An AI-powered research tool, it cuts down the manual grind of finding and skimming papers—automating retrieval, filtering, and summarization with LLMs—so you can quickly see which papers matter and why.
Taro
A fullstack coffee chat app that connects students and alumni. Built with React Native(app), React(web), CloudEvent and powered by Kubernetes.
Self Hosted Website + Chat Bot
This website is build with React, and self hosted on my own server. The chat bot is build with Ollama, Langchain, qDrant(for vector database) and FastAPI. It is a self hosted chat bot that can answer questions about me, and my projects. Also Dockerized everything for easy deployment.
Snerfu Chat Bot
A chat bot that developed for University of Toronto APS105. It helps and guide students through the online textbook, and answers questions about the textbook.
Commandline Stock Tracker
A Rust powered commandline stock tracker that tracks stocks in real time.
Maze Runner
Our team has designed custom algorithm for TurtleBot. The green paper was the imaginary wall of the maze, and a camera was on a tripod to provide vision for the robot. The robot will find the other opening as the exit with our custom A*, and move towards it. More detailed description will be in the link.