TED-Ed
Data on TED-Ed from youtube until May 15th, 2024.
@kaggle.viratchauhan_ted_ed
Data on TED-Ed from youtube until May 15th, 2024.
@kaggle.viratchauhan_ted_ed
Contains transcripts coupled with the video titles for all videos on the **TED-Ed ** youtube channel, upto 14th June 2024.
The TED-Ed dataset contains information covered by the brief videos on all kinds of topics covering variety of domains such as social sciences, geography, astronomy and computer science.
Aiming to keep things simple, I have only created one csv file which consists of the video url, title and the transcriptions.
This was created as part of a hackathon project and I found the entire scraping process quite simple and enjoyable.
Open to suggestions for improvements on all accounts! :)
CREATE TABLE teded (
"title" VARCHAR,
"link" VARCHAR,
"caption" VARCHAR
);
Anyone who has the link will be able to view this.