Code Projects
PyTorch Model Deployment​
Deployed PyTorch models on Kubernetes, hosted on Google Cloud. Managed three main phases: cluster creation, training deployment, and inference deployment. Built and pushed Docker images, set up PVCs for storage, and deployed a web-accessible application for real-time digit recognition.

Chinese Language Learner ChatPal
​
This project explores building two different chatbots to practice higher-level Chinese-language conversations for non-native Mandarin speakers. The first chatbot is build using OpenAI's GPT-3.5 Turbo API and is accessed through a Flask web interface. The second chatbot is a GPT-2 chatbot custom trained on text from New York Times reporting on China.

Fun Fact Generator​
Web page that fetches and displays random facts from an external API presented in alternating color. Try it here to learn something new.
