Projects

Genesis GUI

Creating Genesis GUI using streamlit with ollama to help with low-code simulation.

Mahjong Calculator

Creating an on device image segmentation with annotated dataset to recognize mahjong sets in order to calculate the final score in real-time.

Stock Assistant

Using langchain to build a stock analysis agent where it queries the latest news, stock price and other information needed to perform analysis to give feedback to the user.

Traffic agent

Using Text-2-Sql strategy to ask LLM agent to generate a query based on the question asked to query multiple databases with only few knowledge given.

GPU-CNN

Uses C++ Heterogeneous-Compute Interface for Portability (HIP) to implement parallelize Convolutional Neural Network Algorithm. CNN breaks into multiple parts of sequential operations and parallel operations where I created 3 different GPU algorithm.