> ## 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.

# Python SDK

> Easily integrate Reverie’s Language Solutions into your Python applications using our robust Python SDK. This guide shows you how to process audio files, extract transcription data, and embed multilingual capabilities using familiar Pythonic patterns—perfect for scripts, back-end services, or data pipelines.

<CardGroup cols={2}>
  <a href="https://github.com/reverieinc/python-sdk/tree/main/stt-batch" target="_blank" rel="noopener noreferrer">
    <Card title="Speech-to-Text (Batch)" icon="file-audio">
      Transcribe audio files in batches using the python SDK. Check the
      repository for examples.
    </Card>
  </a>

  <a href="https://github.com/reverieinc/python-sdk/tree/main/stt-stream" target="_blank" rel="noopener noreferrer">
    <Card title="Speech-to-Text (Stream)" icon="waveform">
      Enable real-time audio transcription with the python SDK. Explore the
      repository for details.
    </Card>
  </a>

  <a href="https://github.com/reverieinc/python-sdk/tree/main/translation" target="_blank" rel="noopener noreferrer">
    <Card title="Translation" icon="language">
      Translate and transliterate content accurately for localization and user
      support. Visit the repository for implementation guides.
    </Card>
  </a>

  <a href="https://github.com/reverieinc/python-sdk/tree/main/transliteration" target="_blank" rel="noopener noreferrer">
    <Card title="Transliteration" icon="keyboard">
      Seamlessly convert text between scripts for multilingual platforms and
      global reach. Visit the repository for implementation guides.
    </Card>
  </a>

  <a href="https://github.com/reverieinc/python-sdk/tree/main/tts" target="_blank" rel="noopener noreferrer">
    <Card title="Text-to-Speech" icon="play">
      Convert written text into natural-sounding speech in multiple languages
      and voices. Visit the repository for implementation details
      and API usage.
    </Card>
  </a>
</CardGroup>
