Last active
October 24, 2023 01:11
-
-
Save shehbajdhillon/6ff97224057bd399e529f4e24b704f46 to your computer and use it in GitHub Desktop.
Whisper Output JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "task": "transcribe", | |
| "language": "english", | |
| "duration": 20.54, | |
| "text": "These are the four biggest challenges I encountered as I transitioned from a startup engineer to a big tech company engineer. And I think so many engineers are not even aware of the gap in skill set that's needed when you go into a medium or large tech company. And even once they're aware, they are not sure how to address the gap. And that's actually the whole point of the company I'm building.", | |
| "segments": [ | |
| { | |
| "id": 0, | |
| "start": 0.0, | |
| "end": 5.92, | |
| "text": " These are the four biggest challenges I encountered as I transitioned from a startup engineer to a big tech company engineer.", | |
| // Remaining Data | |
| }, | |
| { | |
| "id": 1, | |
| "start": 6.16, | |
| "end": 13.76, | |
| "text": " And I think so many engineers are not even aware of the gap in skill set that's needed when you go into a medium or large tech company.", | |
| // Remaining Data | |
| }, | |
| // Remaining Segments | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment