Baselight

Pewdiepie's Transcribed Videos

All of Pewdiepie's videos converted to text by whisper

@kaggle.thedevastator_pewdiepies_transcriped_videos

Loading...
Loading...

About this Dataset

Pewdiepie's Transcribed Videos


PewDiePie Transcribed YouTube Videos

All of PewDiePie videos: Transcribed using OpenAI's whisper

By YouTube [source]


About this dataset

The PewDiePie YouTube Transcription dataset is a collection of transcriptions for videos from the PewDiePie YouTube channel.
The dataset is organized into individual records for each video, with the following fields:

  • title: Video Title

  • views: Number Of Views

  • length: Video Length

  • rating: Video Rating

  • description: Video Description

  • keywords: Video Keywords

  • publish_date: Video Publish Date

  • thumbnail_url: Video Thumbnail Url

  • channel_title: Video Author

  • channel_id: Video Channel ID

  • transcript: Video Transcript

The dataset is primarily intended for use in natural language processing tasks, such as speech recognition, language translation, and sentiment analysis. It could also be used for research on YouTube content or online video trends more generally.

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

Acknowledgements

If you use this dataset in your research, please credit the original authors.

Tables

Pewdiepie

@kaggle.thedevastator_pewdiepies_transcriped_videos.pewdiepie
  • 2.6 MB
  • 327 rows
  • 11 columns
Loading...

CREATE TABLE pewdiepie (
  "title" VARCHAR,
  "transcript" VARCHAR,
  "views" BIGINT,
  "length" BIGINT,
  "rating" VARCHAR,
  "description" VARCHAR,
  "keywords" VARCHAR,
  "publish_date" TIMESTAMP,
  "thumbnail_url" VARCHAR,
  "channel_title" VARCHAR,
  "channel_id" VARCHAR
);

Share link

Anyone who has the link will be able to view this.