About Me Chatbot
This project showcases an AI-powered chatbot designed to answer questions about my professional experience, skills, education, and personal projects.
The chatbot leverages OpenAI's GPT-3.5-turbo model to generate insightful and personalized responses based on structured data, including my resume and life notes.
The system is built using AWS Lambda and API Gateway, enabling a serverless, scalable, and cost-efficient deployment. It securely retrieves the OpenAI API key from AWS Secrets Manager and fetches structured data from AWS S3. The frontend is a static HTML page hosted on GitHub Pages, ensuring a lightweight and accessible interface.
You can interact with the chatbot by clicking
here
or on the image to the left. The full source code is available
here.
Pair Trading Algorithm Using Python
Pair trading is an arbitrage strategy that capitalizes on price discrepancies between two related stocks by going long on the undervalued stock and short
on the overvalued one to reduce risk and secure profits. This algorithm will identify suitable asset pairs using historical data from Yahoo Finance, track price movements,
and calculate the spread to trigger trades when conditions are met. Results will be visualized using line graphs and heatmaps. The slide deck for this project is linked
here, and to the image on the right of this text. The source code for this algorithm is stored
here.
R Dashboard
During my Summer internship at Ford Motor Company, I was tasked with created a dashboard to enable vizualization and streamline analysis of sales and marketing data.
I used the statistical programmiing language R to create the dashboard linked
here, and to the image to the left of this text.
Excel-based Lookup and Comparison Tool
During my time in ROTC at Eastern Michigan University, I was assigned as the S4 (Supply) Officer. I took the initiative to create a tracker that enabled efficient look up of each Cadet's gear/clothing record.
This spreadsheet is linked
here, and to the image on the right of this text.