Hi everyone, I wanted to share a Python project I've been working on. I have a library of training videos that I wanted to turn into a searchable knowledge base. Rewatching hours of videos to find where a specific concept was taught wasn't very practical. I built a Python application that automatically transcribes my video library into timestamped text files. The long-term goal is to be able to search for concepts like cross body lead, right turn, or axle turn, and have the program return every video and timestamp where those concepts are discussed. This is still a work in progress, but here's a quick demo of the current version.