Video coming soon…

🤖 Setup Speaches — Self-Hosted Speech-to-Text & TTS API

Deploy Speaches on Ubuntu with Docker — an OpenAI-compatible speech-to-text and text-to-speech server powered by faster-whisper, a drop-in for the OpenAI audio API, on port 8192.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys Speaches on port 8192, exposing OpenAI-compatible audio endpoints. CPU image by default.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/ai/speaches/speaches-ubuntu.sh
chmod +x speaches-ubuntu.sh
sudo bash speaches-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/ai/speaches/speaches-ubuntu.sh

2 Make it Executable

chmod +x speaches-ubuntu.sh

3 Run the Installer

The script installs Docker if needed and starts the CPU build of Speaches on port 8192, with model files cached in ./cache so they aren't re-downloaded each restart.

sudo bash speaches-ubuntu.sh

4 Test the Transcription Endpoint

Speaches has no web UI — it's an API. Test transcription with a POST to the OpenAI-compatible endpoint:

curl -X POST http://<your-server-ip>:8192/v1/audio/transcriptions

Ports Used

PortPurpose
8192OpenAI-compatible audio API (host → container 8000) — no web UI
./cacheDownloaded model files
buildCPU build by default; GPU builds available for volume

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions