> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reverieinc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sample Codes

<CardGroup cols={2}>
  <a href="https://github.com/reverieinc/python-sdk/tree/main/stt-batch" target="_blank" rel="noopener noreferrer">
    <Card title="Python" icon="python">
      Access Python SDK samples for real-time speech transcription on GitHub
    </Card>
  </a>

  {" "}

  <a href="https://github.com/reverieinc/javascript-sdk/tree/main/stt-batch" target="_blank" rel="noopener noreferrer">
    <Card title="JavaScript" icon="js">
      Explore JavaScript SDK samples for speech-to-text streaming on GitHub
    </Card>
  </a>

  <a href="https://github.com/reverieinc/golang-sdk/tree/main/stt-batch" target="_blank" rel="noopener noreferrer">
    <Card title="GoLang" icon="golang">
      Find GoLang SDK samples for speech transcription on GitHub
    </Card>
  </a>
</CardGroup>
