Realtime-Translator / README.md
Marek4321's picture
Update README.md
d927e0e verified
|
Raw
History Blame Contribute Delete
830 Bytes
metadata
title: Realtime Translate
emoji: πŸŽ™
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false

Realtime Translator β€” gpt-realtime-translate

Live speech-to-speech translation powered by OpenAI's gpt-realtime-translate model.

Model: gpt-realtime-translate by OpenAI

How to use:

  1. Enter your OpenAI API key in the field (starts with sk-) β€” stored only in your browser's localStorage
  2. Select source and target language
  3. Click the microphone button and speak
  4. Hear the translated audio and read the transcript

Or set OPENAI_API_KEY as a Space secret β€” then the key field is not required.

Cost: ~$0.034 / minute of audio (billed by OpenAI).

Built with Node.js + Express + WebRTC.