Git Product home page Git Product logo

ted_dataset's Introduction

VoiceCoach

This is the TED Talk dataset for VoiceCoach, CHI 2020, https://arxiv.org/abs/2001.07876.

TED_dataset

The datasets contain meta information of 2623 TED Talks in official TED.com website until Jun 7th, 2019.

The meta information includes fields: 'author', 'datefilmed', 'totalviews', 'comments', 'language', 'downloadlink', 'vidlen', 'aws-transcripts', 'datecrawled', 'datepublished', 'title', 'id', 'url', 'keywords', 'videoname', 'ratings', and complete information is stored in the field 'alldata_JSON'.

Fileds

  • url: original video link
  • aws-transcripts: Each video in the dataset is transcribed by AWS. It has two fileds, including:
    • transcript: all words in the video
    • words: an array containing detailed information about all words. e.g.,
      • "start_time": "12.94",
      • "end_time": "13.25",
      • "alternatives": [{"confidence": "0.9097", "content": "we"}], "type": "pronunciation"}]

Video Downloading

tedvideo_download.py contains the code for downloading ted videos from TED.com

Video2mp3/wav

You can use ffmpeg to convert .mp4 to other audio formats (e.g., mp3, wav, etc.)

(updating)

Notice

If you use this dataset, please cite our paper

VoiceCoach: Interactive Evidence-based Training for Voice Modulation Skills in Public Speaking

Preprint: https://arxiv.org/abs/2001.07876

Authors: Xingbo Wang, Haipeng Zeng, Yong Wang, Aoyu Wu, Zhida Sun, Xiaojuan Ma, Huamin Qu

Acknowledgements

The dataset is shared under the Creative Commons license.

ted_dataset's People

Contributors

xingbow avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.