tzxb018's Stars
tzxb018/covid_analysis
This python application takes the information from the spread of COVID-19 in the US and determines the effectiveness of the Stay At Home Orders for each state. To analyze the effectiveness, I used a cubic least square polynomial and the SIR model and compared these two models before and after date the stay at home orders were issued.
tzxb018/csp-solver
This is a Java based CSP solver that uses different search algorithms to find consistent solutions to the CSP
tzxb018/MinesweeperSolver
This application takes the game Minesweeper and implements a solver using constraint propagation using JS React and JS Redux. I was responsible for managing and updating the UI of the game.
ihowell/react-serverless-kickstart
A kickstarter pack for creating react webpages without the need for a node server.
tzxb018/laser_calibration_with_people_detection
This ROS package combines multiple laser scans from RPLIDAR A3M1 lasers into a calibrated point cloud. This package will then track the ankles of moving people in the point cloud and predict their paths with linear regression.