An open API service indexing awesome lists of open source software.

https://github.com/zahramh99/video-chaptering-youtube

Video chaptering is the process of dividing a video into distinct segments, each labelled with a specific title or chapter name, to enhance navigation and user experience.
https://github.com/zahramh99/video-chaptering-youtube

automatic-segmentation content-organization machine-learning nlp text-analysis topic-modeling unsupervised-learning unsupervised-learning-algorithms video-chaptering youtube

Last synced: 4 months ago
JSON representation

Video chaptering is the process of dividing a video into distinct segments, each labelled with a specific title or chapter name, to enhance navigation and user experience.

Awesome Lists containing this project

README

          

# Video Chaptering System

Automatically generates chapters for YouTube videos using topic modeling.

## Setup
1. Get YouTube API key and add to `config/api_keys.yaml`
2. Install dependencies:
```bash
pip install -r requirements.txt

## Usage
python src/main.py
Enter YouTube URL when prompted. Chapters will be saved in outputs/chapters/.

To use:
1. Add your YouTube API key to `config/api_keys.yaml`
2. Run `pip install -r requirements.txt`
3. Execute with `python src/main.py`