Translation files
Translation program interface
By utilising an OpenAI API connection to ChatGPT and utilising several other open source LLMs, I developed a translation program that can detect and translate elements of a HTML file to multiple different languages accurately while leaving the tags unmodified, and automatically generate new respective HTML files for each of the selected languages.

This was programmed in Python and deployed as a .exe file, but I also built a version of it in Node.JS for easier software maintenance purposes. The program had an accuracy of over 90%.

Translation code English
Translation code Polish


Back to Projects