|
|
| | Show HN: I made an open source and local translation app (github.com/niedev) | |
236 points by niedev 5 months ago | hide | past | favorite | 56 comments
|
| | A few years ago, right after high school, I decided to try to make a simultaneous translation app for Android as a side project, it took longer than expected (about 2 years) and I had to make a lot of compromises (I had to use Google's API and therefore make users use a developer key because at the time there were no free solutions for speech recognition and translation that had good quality). At the end of university, I decided to pick it up again and finally, using OpenAi's Whisper for speech recognition and Meta's NLLB for translation (with both running locally on the phone), I managed to make it free and totally open-source (as it was meant to be from the beginning).
The app is still in beta, so I would love your feedback. |
|
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
> RTranslator in any case collects and processes data that will then be sent to Google, such as: audio, the transcription of which is transmitted at a later time via bluetooth to the phone with which you are communicating, and the transcription of the audio received by the other user, to carry out the translation.
— https://github.com/niedev/RTranslator/blob/v2.00/privacy/Pri...