Blog
generating short animation using midjourney and runway
disclaimer: i don’t really know what i’m doing. I learned about this from this linkedin post and immediately needed to try it. if you’ve seen any of my other posts, they’re decorated with images generated using midjourney. for less than...
Read moreBlog
parsing the cfpb’s api for useful complaint analysis using json/requests and openpyxl
First, I made this one a while back as a final projects for the vets in tech intro to python course, available to mil folks for like $10. so my memory is a bit spotty on this one, but you...
Read moreBlog
checking out how mlb’s ban on sticky stuff affected pitchers using pybaseball and bokeh
In the Summer of 2021, the average MLB batting average was at an all time low of .236. Feeling pressure to ‘spice things up a bit,’ MLB began what has been called a ‘crackdown’ on sticky substances used by pitchers. Read more…
Blog
talking to your data using retrieval augmented generation (rag) via llamaindex & chatgpt
So what is this? Ilamaindex is an open source python library that uses large language models to aggregate collections of disparate documents to allow users to search them in some capacity. This post will be about an implementation of llamaindex. Read more…