Pewdiepie's Transcribed Videos
All of Pewdiepie's videos converted to text by whisper
@kaggle.thedevastator_pewdiepies_transcriped_videos
All of Pewdiepie's videos converted to text by whisper
@kaggle.thedevastator_pewdiepies_transcriped_videos
By YouTube [source]
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.
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
If you use this dataset in your research, please credit the original authors.
Data Source
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.
If you use this dataset in your research, please credit the original authors.
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
);Anyone who has the link will be able to view this.