updated gradio app to support two different models of translator (with and without fastalign), refactored a bit of the code as well d93743a mjuvilla commited on Nov 27, 2025
re-organised the code a bit, tried to use batch processing, didn't work 0078c2b mjuvilla commited on Nov 11, 2025
Working version using the non-quantized version of the model. Splits paragraphs and sentences, translates them and then reconstructs the paragraph. 4ad157a mjuvilla commited on Nov 11, 2025
created classes for running the translation models either from a local model or a huggingface endpoint. for now main.py only supports local models 74b84b5 mjuvilla commited on Oct 31, 2025
Fixed a lot of error, now the script should crash much less often. a961430 mjuvilla commited on Jun 18, 2025
turns out odts work a bit differently and runs could have more than one tag id, which complicates things quite a lot 59de1ea mjuvilla commited on Apr 28, 2025
integrated any-doc into the gradle app, separated the translation side to make it easier to implement other translation models 306a4fd mjuvilla commited on Apr 28, 2025
moved scripts to src folder, created new create that hopefully should be able to work with any type of document ea5f41e mjuvilla commited on Apr 25, 2025