46 lines
1.2 KiB
Markdown
46 lines
1.2 KiB
Markdown
# Third-Party Notices
|
|
|
|
Seshat TTS uses and/or interfaces with third-party software. These projects retain their own licenses.
|
|
|
|
## Kyutai Pocket TTS
|
|
|
|
Repository: https://github.com/kyutai-labs/pocket-tts
|
|
|
|
License: MIT
|
|
|
|
License file: https://github.com/kyutai-labs/pocket-tts/blob/main/LICENSE
|
|
|
|
Pocket TTS is used for local text-to-speech generation and voice cloning through the `uvx-server` backend. The Pocket TTS software license is MIT. Model weights, hosted files, or voice assets may have separate terms; review the upstream model and hosting pages before redistributing those assets.
|
|
|
|
## Tesseract OCR
|
|
|
|
Project site: https://tesseractocr.org/
|
|
|
|
License: Apache License 2.0
|
|
|
|
Tesseract OCR is used to extract text from selected screen regions.
|
|
|
|
## pytesseract
|
|
|
|
Repository: https://github.com/madmaze/pytesseract
|
|
|
|
License: Apache License 2.0
|
|
|
|
pytesseract is used as the Python wrapper around the Tesseract executable.
|
|
|
|
## PyInstaller
|
|
|
|
Project site: https://pyinstaller.org/
|
|
|
|
License: GPLv2-or-later with bootloader exception
|
|
|
|
PyInstaller is used to build the Windows executable.
|
|
|
|
## OpenAI Python SDK
|
|
|
|
Repository: https://github.com/openai/openai-python
|
|
|
|
License: Apache License 2.0
|
|
|
|
The OpenAI Python SDK is used to call optional OpenAI-compatible local LLM endpoints.
|