TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: An Automated AI Translator

10 pointsby sophbutleralmost 2 years ago
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.

5 comments

frankenbagelalmost 2 years ago
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.
e-dantalmost 2 years ago
How well does this handle formatted text, like, say, json? yaml? legal agreements?
评论 #36884218 未加载
mkane2188almost 2 years ago
This seems great and super useful!!
sterealmost 2 years ago
Very cool
agizisalmost 2 years ago
let us know what you think