top of page

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.

download.png

Currency Arbitrage Detector​

​

This application analyzes real-time triangular discrepancies in foreign currency exchange rates for over 150 global currencies. Built with C++ backend, ReactJS frontend, and uses RESTful API to fetch up-to-date exchange rate data.

Screenshot 2024-01-26 at 4.28.07 PM.png

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.

Screenshot 2023-08-21 at 12.28.25 AM.png

Geography Game​

​

Game of Geography: Player A must name a city that begins with the last letter of the city named by Player B (i.e. Paris and Sydney) that also displays geographical fun facts. Built using Spring Boot, with an H2 database and Thymeleaf-powered front-end.

RB-EUR-952909.jpeg

Bash Minishell

 

Unix-like bash shell that supports changing directories, exec-ing commands, and handling signals. Built in C.

​

Screenshot 2023-08-20 at 3.28.15 PM.png

Library Database

 

Book library system in which user can search by book and library attributes and add reviews. Includes integrity constraints such as triggers and various constraints. Flask web application connected to a PostgreSQL database with HTML frontend.

76f21fcc-9d51-4ec5-a2bc-71fdb485cfd6-1.jpg

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.

Screenshot 2023-08-21 at 12.37.32 AM.png

Samuel Braun

Columbia College, Class of 2024

Columbia University in the City of New York

bottom of page