diff --git a/README.md b/README.md index b81a734..d7461b5 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@

-![Test translation eli5 german](https://github.com/vTuanpham/Large_dataset_translator/actions/workflows/test_translate.yml/badge.svg?event=push) - The Large Dataset Translator is a robust solution crafted to effectively translate sizable datasets into diverse languages. It provides a smooth and parallelized translation process, guaranteeing swift outcomes without the need for an API key. The tool facilitates multithreaded processing, allowing users to translate extensive datasets in significantly less time. Additionally, it features an automatic fail-restart mechanism, ensuring the seamless continuation of the translation process in case of any interruptions. ### Features @@ -40,6 +38,10 @@ Here's a demo of the DataParser class, translating 1507 rows of text to Korean i ![Translation demo](assets/Translate_demo.gif) +The translation split logic: +![Translation split logic](assets/Translation_pipe.drawio.pdf.png) + + ### Setup #### Local Machine diff --git a/assets/Translation_pipe.drawio.pdf.png b/assets/Translation_pipe.drawio.pdf.png new file mode 100644 index 0000000..83db65b Binary files /dev/null and b/assets/Translation_pipe.drawio.pdf.png differ