5

I am going to do a project which indexes lecture/educational videos for easier navigation. Planning to use PyTorch for this. Any suggestions or do you know any open source projects that exists ?

If you also interested then this is the repo -
https://github.com/deeaarbee/...

Comments
  • 1
    Why you need ml for indexing?
  • 1
    @devTea for topic modelling on the contents of the video and identifying the diagrams in the lecture video.
  • 1
    @devTea I will be extracting the text from the slides on the video using OCR and apply topic modelling on that along with the timeframe.
Add Comment