Skip to content

Automated video summarization is a vital area of research with a wide range of applications, from content indexing and video browsing to surveillance and entertainment

License

Notifications You must be signed in to change notification settings

GaziAshiq/Automated-Video-Summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Video Summarization

This project aims to create a system for summarizing videos automatically using AI. It extracts keyframes, processes features, and reconstructs a summarized video for applications like surveillance, entertainment, and more.

Features

  • Extracts keyframes based on visual differences.
  • Summarizes videos by clustering similar scenes.
  • Reconstructs videos from selected keyframes.

Installation

  1. Clone the repository.
  2. Install dependencies: pip install -r requirements.txt.

Usage

Run the main pipeline:

python main.py --input data/input_videos/sample.mp4 --output data/summaries/

About

Automated video summarization is a vital area of research with a wide range of applications, from content indexing and video browsing to surveillance and entertainment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages