phuc-nt/my-translator-mobile — explained in plain English
Analysis updated 2026-05-18
Get real-time translated captions while attending a talk in a language you don't speak.
Choose between a cheaper text-only backend or a pricier one with spoken voice output.
Generate a summary of a translated session afterward using OpenAI.
| phuc-nt/my-translator-mobile | javlonbek1233/-bento-grid | javlonbek1233/amaliy-ish-5 | |
|---|---|---|---|
| Stars | 38 | 38 | 38 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 1/5 | 1/5 |
| Audience | general | vibe coder | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires your own Soniox or OpenAI Realtime API key.
My Translator Mobile is a TypeScript mobile app that provides live speech translation during talks and lectures. The problem it solves is the lack of a human interpreter when attending a talk in a language you do not speak. You point your phone at the speaker, and the app listens, auto-detects the spoken language, and displays the translation in your chosen language in real time on screen. It supports two AI backends: Soniox, which is cheaper at around $0.12 per hour and outputs text only, and OpenAI Realtime, which costs around $4 per hour and adds optional spoken voice output. You bring your own API key for whichever service you choose, and that key is stored in the device's secure keychain. Audio goes directly to the chosen provider with no intermediate backend. After a session ends, you can copy or share the transcript, or generate a summary using OpenAI. Session history is stored only on your device. The app is available on iOS via TestFlight and on Android as a downloadable APK. Developers can build it using Expo SDK and React Native.
A mobile app that live-translates spoken talks and lectures onto your phone screen, using your own API key for Soniox or OpenAI Realtime.
Mainly TypeScript. The stack also includes TypeScript, React Native, Expo.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.