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

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

Fluff Detection and Removal #126

Closed banshee56 closed 5 months ago

banshee56 commented 7 months ago

Fluff Detection (8 hours)

Pydub!

Background

Find and use audio-related tools that can identify moments of low/no audio to detect pauses in videos. These moments can then be removed during our clipping process. Right now, such moments are considered fluff—that is, they possibly do not contribute to educational merits of the video (might need to test this hypothesis with actual examples). Please note that audio is just one possible way of identifying fluff in our content!

Scrape -> Whitespace -> Clip -> Whitespace -> Upload to Stream Service w/ Metadata

Requirements