ubclaunchpad / minutes

:telescope: Speaker diarization via transfer learning
https://medium.com/ubc-launch-pad-software-engineering-blog/speaker-diarisation-using-transfer-learning-47ca1a1226f4
27 stars 5 forks source link

Define the Prediction Output #126

Open chadlagore opened 6 years ago

chadlagore commented 6 years ago

Here is a good idea, though we probably won't transcribe. So the body will be a binary blob (thats OK!). This work is to be done here.

[
    {
          "speaker": 0,
          "start_time": 148172245,
          "end_time": 148172251,
          "body": "0xafb103..."
    },
    {
          "speaker": 1,
          "start_time": 148172251,
          "end_time": 148172253,
          "body": "0xa99f9012..."
    }
]