dartmouth-cs98-23f / project-short-learning

project-short-learning created by GitHub Classroom
0 stars 0 forks source link

Clipping Engine #140

Open linkevin281 opened 7 months ago

linkevin281 commented 7 months ago

Clipping Engine (8+ hours)

Background

This will ingest videos, run them through BART and CLIP to produce keywords/min. Then use that data do run a clipping algorithm using TFIDF weighting against other keywords from the same topic.

Ex. A video might have topics Frontend -> Javascript -> Asynchronous (tagged by our scraper). The tfidf of each keywords from the topic will only be weight against keywords from the same topic, not cross topic.

Integration

Requirements