vDawgg / awt-pj-ss24-finding_scenes-2

MIT License
1 stars 1 forks source link

Feature/get subtitles for keyframe #18

Closed Rasmy000 closed 3 months ago

Rasmy000 commented 3 months ago

Solves #17

vDawgg commented 3 months ago

Subtitles may contain non-printable Unicode characters (e.g. the example video contains lots of NBSP). This should be removed from the subtitles, so the input for the VLM is as clean as possible.

Otherwise, LGTM.