|
|
|
|
|
by f0e4c2f7
1152 days ago
|
|
For you or anyone else reading this I recently ran across this video documenting setting up and using whisper. It's probably a little overdetailed, but I found the github docs a little underdetailed so might be useful. Whisper is pretty powerful. One of the more useful open source ai tools available right now. https://www.youtube.com/watch?v=XX-ET_-onYU But as you implied in your comment, it should be possible to do it quite well with any video by transcripting with whisper and then sending the text to gpt or another LLM to summarize. |
|