Costa Intro
Quick and dirty nighttime project to analyze the intro length of every episode of “Morning” podcast from Francesco Costa, produced by Il Post.
I downloaded every episode with beautifulsoup, then used whisper to quickly transcribe the episodes, even at the lowest quality.
Used nltk to look for words similar to “morning cominciamo”, since it’s the keyword that the podcast author always used to end the introduction.
Use jupyter + pandas + matplotlib to plot all the intro length through time.