Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: An Automated AI Translator (github.com/speedify)
10 points by sophbutler 10 months ago | hide | past | favorite | 6 comments
We wrote this Python program to translate language files (text or json) in apps to other languages using OpenAI's GPT-4. We handle caching outputs from the AI and let you manually change translations if you're not happy with them.



Nice! The stuff where you cache translations to json looks pretty good, big part of the game with gpt-4 is making sure you manage your bill. The couple of cents per word, really explode if you don't pay attention.


How well does this handle formatted text, like, say, json? yaml? legal agreements?


Currently equipped to handle .txt and .json files. can easily be modified to handle other formats.


This seems great and super useful!!


Very cool


let us know what you think




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: