30 Rock Analysis
TLDR: Some basic expoloritory analysis with 30 Rock Data. Introduction In this post we will explore some 30 Rock data from. The data includes imdb ratings, viewership numbers, and writers of the episodes. We will take a step by step approach to creating plots for ratings and viewership over time. Libraries For this analysis we will be using the below Python libraries. Pandas for working with data frames matplotlib.pyplot for creating plots and adjusting features matplotlib....
Rose Bowl Win Probability
TLDR: Create a plot that shows the win probability throughout the 2024 Rose Bowl Game using data from College Football Database API. You can click here to go to the full code. Introduction What follows is the step by step approach that I took to plot the win probability for both teams in the 2024 Rose Bowl Game. The task is pretty straight forward. The api provides the exact data needed for the plot and one could make this plot with one api call....
Resume Job Desc Comparison With OpenAI
Preamble The objective of this project was to provide a job description and resume to the OpenAI API. The API would then return a short paragraph stating whether the resume was suitable for the job. To accomplish this, a single webpage was created that makes a request to an AWS Lambda function which processes the request and returns OpenAI’s response. For brevity the code examples that follow will only contain code necessary to explain the concept being discussed....