Skip to content

⚡️ Making videos searchable based on their content with Natural Language Processing.

Notifications You must be signed in to change notification settings

souvikmajumder26/Internship-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 

Repository files navigation

TCS-Internship-Project

Objective : Making videos searchable based on their content.

The library 'moviepy' has been used to extract audio file in .WAV format from video .MP4 file.

The library 'SpeechRecognition' has been used to transcribe the extracted audio .WAV file into TEXT using the Google Web Speech API (FREE).

Two different keywords extraction NLP models has been explored to extract important keywords from the text transcript to tag the videos.

To interact with the programs, click "Open in Colab" after opening a specific notebook in this GitHub repository.