Skip to content

Releases: Protostarship/Dyk-Knyh-engine

โœจ ILTE v3-Alpha.3 | ILTE-ATI Release โœจ

Choose a tag to compare

@Protostarship Protostarship released this 16 Feb 04:22
c1f8579

๐Ÿš€ Indigenous Language Translator Engine (ILTE) v3.0.0-Alpha.3 Release ๐ŸŽ‰

๐ŸŒŸ Introducing ILTE-ATI v3.0.0-Alpha.3 โ€“ A Next-Gen Iterative Translation Engine

The Indigenous Language Translator Engine (ILTE) v3.0.0-Alpha.3 introduces ILTE-ATI (Iterative Translation Engine), the most advanced version yet, with attention-based iterative translation, multi-stage candidate refinement, and dynamic normalization.

This release includes:

  • ๐ŸŒฑ ILTE-ALT v2.1.0-Beta.2 โ€“ Lightweight dictionary-based translation engine.
  • ๐Ÿง ILTE-ADV v2.1.1-Alpha.2 โ€“ AI-driven, context-aware translation engine.
  • ๐Ÿง  ILTE-ZS v2.1.2-Beta.3 โ€“ Hybrid, resource-efficient translation engine with RBMT, FST, semantic matching, and zero-shot capabilities.
  • โœจ ILTE-ATI v3.0.0-Alpha.3 (NEW!) โ€“ The most advanced iterative and attention-based translation engine with multi-pass processing and enhanced contextual awareness.

๐Ÿšจ This is an Alpha release. Further refinements and optimizations will follow. ๐Ÿšจ


๐Ÿ”„ What's New in v3.0.0?

โœจ ILTE-ATI v3.0.0-Alpha.3 (Iterative Translation Engine with Attention Mechanism)

  • ๐Ÿ† Attention-Based Context Window
    • Wider sentence analysis ensures better context comprehension.
    • Dynamically adapts to sentence structure for more accurate translations.
  • ๐ŸŒ€ Iterative Multi-Pass Translation for Refinement
    • Each translation cycle improves on the last for enhanced accuracy.
    • Prevents misinterpretations by checking and refining in multiple iterations.
  • ๐Ÿ” Enhanced Word Candidate Selection
    • Uses similarity-based ranking to determine best word choices.
    • Dynamically selects alternative phrases when necessary.
  • โšก Optimized Performance & Resource Handling
    • Improved multi-threading & multi-processing for faster execution.
    • Better cache management to avoid redundant processing.
  • ๐Ÿ“Š Detailed Report Generation
    • DOCX report now includes:
      • Confidence scores, refinement passes, and method breakdowns.
      • Preserved document formatting (paragraphs, indentations, and spacing).

๐Ÿ“Š ILTE-ATI vs. ILTE-ZS vs. ILTE-ALT vs. ILTE-ADV

Feature ILTE-ALT ๐ŸŒฑ ILTE-ZS ๐Ÿง  ILTE-ADV ๐Ÿง ILTE-ATI โœจ
Translation Approach Dictionary-Based Dictionary + RBMT + FST + Semantic + Zero-Shot Dictionary + Semantic + Context-Based AI Attention-Based + Iterative Multi-Pass
Processing Speed Fast Optimized Slower Balanced, Optimized for Accuracy
Handling Large Files Struggles Efficient Chunking Slower Optimized Chunking & Iterative Processing
Memory Usage Low Moderate High Balanced, Adaptive Resource Usage
Context Awareness None Partial Strong ๐Ÿ† Very Strong (Multi-Pass Context Analysis)
Idiomatic Expressions Limited Rule-Based (RBMT) AI-Based AI-Based + Refinement Mechanism
Parallelization Minimal Thread + Process Pool DataLoader-Based Multi-Process + Thread Optimization
Zero-Shot Capability No Yes Yes Yes (Adaptive Candidate Selection)
Best Use Case Fast, simple translation Large text processing High-accuracy, AI-based translation High-Precision, Context-Aware, Adaptive Translation

๐ŸŽฏ ILTE-ATI v3.0.0 Translation Flow Breakdown

1๏ธโƒฃ Advanced Preprocessing

  • Text normalization using hierarchical rules (Unicode cleanup, stemming, and regex-based tokenization).
  • Sentence restructuring to improve translation context.
  • Broad context windowing for improved sentence understanding.

2๏ธโƒฃ Multi-Stage Translation Pipeline

  • Dictionary Lookup โ†’ RBMT & FST Transformation โ†’ Contextual Semantic Matching โ†’ Adaptive Candidate Selection.
  • Iterative refinement cycles for self-correcting translation passes.
  • Parallel execution for optimal speed and efficiency.

3๏ธโƒฃ Confidence Scoring & Adaptive Candidate Refinement

  • Assigns dynamic confidence scores based on:
    • Translation method (Dictionary, Semantic, RBMT, FST, Attention-Based, etc.).
    • Word position within a sentence and its surrounding context.
  • Iterates until an optimal translation is reached.

4๏ธโƒฃ Final Output & Report Generation

  • Outputs structured translation results with full formatting preservation.
  • DOCX report includes:
    • Translation accuracy scores, processing time, and method logs.
    • Iterative refinement breakdown to track improvement over cycles.

๐ŸŒ Installation & Usage

Installing Dependencies

pip install -r requirements.txt

Running ILTE-ATI v3.0.0 (Iterative Attention Engine)

python engine_ATI.py

Selecting Input Type

๐Ÿ‘‰ Manual Input: Enter text directly.

๐Ÿ‘‰ File Upload: Provide a document for batch processing.


๐Ÿ› ๏ธ System Requirements

ILTE-ATI v3.0.0 (Iterative Attention Engine)

  • CPU: Intel Core i7 / AMD Ryzen 7 or higher.
  • RAM: 16GB+ (32GB Recommended for Large Translations).
  • Storage: 2GB+ free space.
  • Python: 3.10+.
  • GPU Acceleration Highly Recommended (Supports CUDA for PyTorch models).

๐ŸŒŸ Future Plans & Improvements

  • โœ… Further Optimizing Attention Mechanisms for better handling of complex sentences.
  • โœ… Fine-Tuning Multi-Pass Translation Logic for iterative refinements.
  • โœ… Expanding contextual understanding through ML-driven linguistic models.
  • โœ… Lowering computation time without reducing accuracy.

๐Ÿ“š License & Contribution

  • Licensed under GPL v3 โ€“ Open Source & Community Driven! ๐ŸŒ
  • Contribute & Improve โ€“ Join us in preserving indigenous languages! ๐ŸŒฑ

๐Ÿ† Developed by XI TJKT 2 Development Team ๐Ÿง‘โ€๐Ÿ’ป

๐ŸŽ‰ v2.1.2 BETA-3 Release - ILTE-ZS ๐ŸŽ‰

Choose a tag to compare

@Protostarship Protostarship released this 15 Feb 05:39
7fa5e1a

๐Ÿš€ Indigenous Language Translator Engine (ILTE) v2.1.2 Release ๐ŸŽ‰

๐ŸŒŸ Introducing ILTE-ZS - A Hybrid, Efficient, and Scalable Translation Engine

The Indigenous Language Translator Engine (ILTE) v2.1.2 marks the release of ILTE-ZS, a new version designed for high-performance translation with batch multi-processing and hybrid methodologies.

This release now includes:

  • ๐ŸŒฑ ILTE-ALT v2.1.0-Beta.2 โ€“ Lightweight dictionary-based translation engine.
  • ๐Ÿง ILTE-ADV v2.1.1-Alpha.2 โ€“ AI-driven, context-aware translation engine.
  • ๐Ÿง  ILTE-ZS v2.1.2-Beta.3 โ€“ Hybrid, resource-efficient translation engine with RBMT, FST, semantic matching, and zero-shot capabilities.

๐Ÿšจ This is a BETA release. Further optimizations and refinements will follow. ๐Ÿšจ


๐Ÿ”„ What's New in v2.1.2?

๐Ÿง  ILTE-ZS v2.1.2-Beta.3 (Hybrid & High-Performance Processing)

  • โšก Optimized for Large-Scale Text Handling using chunking & batch multi-processing.
  • ๐Ÿ› ๏ธ Hybrid Translation Pipeline combining:
    • Dictionary-based lookup
    • Rule-Based Machine Translation (RBMT) & Finite State Transducer (FST)
    • Semantic similarity matching (SentenceTransformers)
    • Zero-Shot Translation with MBart-50
  • ๐Ÿ”‹ Improved Resource Management:
    • Efficient caching with expiration control.
    • ThreadPoolExecutor + ProcessPoolExecutor for parallelization.
    • GPU memory cleanup after processing.
  • ๐ŸŒ Expanded File Support:
    • Supports .txt, .docx, with auto-encoding detection & Unicode normalization.
    • Enhanced batch file processing with real-time monitoring.
  • โš–๏ธ Context-Based Translation Scoring:
    • Evaluates word confidence based on translation method (Dictionary, Semantic, RBMT, Zero-Shot, etc.).
    • Sentence position, grammar structure, and surrounding words are considered.

๐Ÿ“Š ILTE-ZS vs. ILTE-ALT vs. ILTE-ADV

Feature ILTE-ALT ๐ŸŒฑ ILTE-ZS ๐Ÿง  ILTE-ADV ๐Ÿง
Translation Approach Dictionary-Based Dictionary + RBMT + FST + Semantic + Zero-Shot Dictionary + Semantic + Context-Based AI
Processing Speed Fast Optimized (Batch Multi-Processing) Slower (Context-Aware AI)
Handling Large Files Struggles ๐Ÿ”„ Efficient Chunking & Batch Processing Slower
Memory Usage Low Moderate High
Context Awareness None Partial (RBMT & FST) โœ… Strong (BERT + Semantic Matching)
Idiomatic Expressions Limited Rule-Based (RBMT) AI-Based
Parallelization Minimal โœ… Thread + Process Pool DataLoader-Based
Zero-Shot Capability No Yes Yes
Best Use Case Fast, simple translation Handling large files, scalable processing High-accuracy, AI-based translation

๐ŸŽฏ ILTE-ZS Translation Flow Breakdown

1๏ธโƒฃ Preprocessing

  • Text normalization: Unicode cleanup & encoding detection.
  • Sentence splitting using FST & RBMT rules.

2๏ธโƒฃ Translation Pipeline

  • Dictionary Lookup โ†’ RBMT & FST Transformation โ†’ Semantic Matching โ†’ Zero-Shot Translation (if needed).
  • Hybrid scoring mechanism determines best method.
  • Parallel execution ensures high-speed processing.

3๏ธโƒฃ Confidence Scoring & Caching

  • Evaluates word confidence based on:
    • Translation method (Dictionary, Semantic, RBMT, etc.)
    • Sentence structure & position.
  • Stores results in JSON-based cache for reuse.

4๏ธโƒฃ Final Output & Report Generation

  • Outputs structured translation results.
  • DOCX report includes confidence levels, processing time, and translation method logs.

๐ŸŒ Installation & Usage

Installing Dependencies

pip install -r requirements.txt

Running ILTE-ZS (Hybrid Mode)

python engine_ZS.py

Selecting Input Type

๐Ÿ‘‰ Manual Input: Enter text directly.

๐Ÿ‘‰ File Upload: Provide a document for batch processing.


๐Ÿ› ๏ธ System Requirements

ILTE-ZS (Hybrid Mode)

  • CPU: Intel Core i5 / AMD Ryzen 5
  • RAM: 8GB+ (16GB Recommended)
  • Storage: 1GB+ free space
  • Python: 3.10+
  • GPU Acceleration Recommended

๐ŸŒŸ Future Plans & Improvements

  • โœ… Enhancing FST & RBMT Rules for better morphological transformations.
  • โœ… Fine-tuning Zero-Shot Translation performance.
  • โœ… Expanding dictionary coverage for more languages.
  • โœ… Further optimization for lower-end machines.

๐Ÿ“š License & Contribution

  • Licensed under GPL v3 โ€“ Open Source & Community Driven! ๐ŸŒ
  • Contribute & Improve โ€“ Join us in preserving indigenous languages! ๐ŸŒฑ

๐Ÿ† Developed by XI TJKT 2 Development Team ๐Ÿง‘โ€๐Ÿ’ป

๐ŸŽ‰ v2.1 BETA-2 and ALPHA-2 Release ๐ŸŽ‰

Choose a tag to compare

@Protostarship Protostarship released this 13 Feb 06:26
746041e

๐Ÿš€ Indigenous Language Translator Engine (ILTE) v2.1 Release ๐ŸŽ‰

๐Ÿ”„ A More Refined & Efficient Translation Engine

The Indigenous Language Translator Engine (ILTE) v2.1 introduces significant refinements and optimizations, delivering improved speed, accuracy, and resource efficiency. This release includes two updated versions:

  • ๐ŸŒฑ ILTE-ALT v2.1.0-Beta.2 โ€“ A lightweight, optimized dictionary-based translation engine.
  • ๐Ÿง  ILTE-ADV v2.1.1-Alpha.2 โ€“ An enhanced AI-driven translation engine with improved semantic understanding.

โš ๏ธ This is a BETA/ALPHA release. Expect ongoing refinements and performance optimizations. โš ๏ธ


๐Ÿ” What's New in v2.1?

๐ŸŒฑ ILTE-ALT v2.1.0-Beta.2 (Optimized & Faster)

  • โœ… Optimized Dictionary Lookup for Faster Performance.
  • โœ… Improved Stemming for Better Word Normalization.
  • โœ… Levenshtein Distance Matching Enhancement for higher accuracy in fuzzy matches.
  • โœ… Improved Confidence Scoring to prevent overestimated confidence percentages.
  • โœ… DOCX Report Refinements with structured formatting.
  • โœ… Lower GPU/CPU Usage, making it ideal for low-resource environments.

๐Ÿง  ILTE-ADV v2.1.1-Alpha.2 (AI-Powered, Smarter & More Context-Aware)

  • ๐Ÿง  IndoBERT Contextual Translation Optimization for improved sentence handling.
  • ๐Ÿ” Enhanced Zero-Shot Learning for better handling of unknown words.
  • ๐Ÿ”„ Sentence Transformer (MiniLM-L12) Tweaks for better semantic matching.
  • ๐Ÿ“– Refined Pattern-Based Learning & Context Awareness.
  • โšก Increased GPU Utilization Efficiency, making translations faster and smarter.
  • ๐Ÿ“š Updated Confidence Calculation to Prevent Values >100%.
  • ๐Ÿ”ง Improved Batch Processing for large document translation.

๐Ÿ›  ILTE-ALT vs. ILTE-ADV: Which One to Use?

Feature ILTE-ALT v2.1.0 (Beta) ILTE-ADV v2.1.1 (Alpha)
Translation Approach Dictionary-based AI-driven, context-aware
Processing Speed โœ… Faster โŒ› Slower (but smarter)
Context Awareness โŒ None โœ… Uses IndoBERT embeddings
Semantic Matching โŒ No โœ… Uses SentenceTransformer
Zero-Shot Learning โŒ No โœ… Supports DistilBERT MNLI
GPU Utilization โœ… Low โšก High
Best For Quick translations, lightweight usage Complex, AI-powered translation

๐Ÿ”„ Translation Flow Breakdown

1๏ธโƒฃ Preprocessing

  • ALT: Tokenization, stemming, direct lookup.
  • ADV: Tokenization, embedding extraction, contextual matching.

2๏ธโƒฃ Translation Processing

ILTE-ALT

  • Direct dictionary lookup with fuzzy matching fallback.
  • Fallback translation flow: EN โ†’ ID โ†’ DYK.
  • Quick word replacement and confidence scoring.

ILTE-ADV

  • Context-Aware Processing with IndoBERT.
  • Semantic Matching for Closest Translations.
  • Zero-Shot Learning for unknown word prediction.
  • Translation Refinement using pattern-based learning.

3๏ธโƒฃ Confidence Calculation (Fix in v2.1.1)

  • ALT: Prevents confidence scores exceeding 100%.
  • ADV: Uses averaging instead of multiplicative confidence scores.

4๏ธโƒฃ DOCX Report Generation

  • Both versions generate structured DOCX reports.
  • ADV includes memory of translation patterns for future accuracy improvements.

๐Ÿ“ Installation & Usage

Installing Dependencies

pip install -r requirements.txt

Running ILTE-ALT (Fast Mode)

python engine_ALT.py

Running ILTE-ADV (AI Mode)

python engine_ADV.py

Selecting Input Type

๐Ÿ‘‰ Manual Input: Enter text directly.

๐Ÿ‘‰ File Upload: Provide a document for batch processing.


๐Ÿ’ป System Requirements

ILTE-ALT (Lightweight Mode)

  • CPU: Intel Core i3 / AMD Ryzen 3
  • RAM: 4GB+
  • Storage: 500MB free space
  • Python: 3.8+

ILTE-ADV (AI-Powered Mode)

  • CPU: Intel Core i5 / AMD Ryzen 5
  • RAM: 8GB+ (16GB Recommended)
  • Storage: 1GB+ free space
  • Python: 3.10+
  • GPU Acceleration (Recommended)

๐Ÿ›  Known Issues & Future Plans

๐Ÿ’ก Current Issues

  • ALT: Lacks deep semantic understanding.
  • ADV: Higher VRAM usageโ€”may need manual tuning for lower-end GPUs.

๐Ÿ”„ Planned Improvements

  • ๐Ÿ”น ALT: Further dictionary optimization & expanded word support.
  • ๐Ÿ”น ADV: Improved AI accuracy & zero-shot performance.
  • ๐Ÿ”น Potential GUI Version for easier usage.

๐Ÿ“š License & Contribution

  • Licensed under GPL v3 โ€“ Open Source Forever! ๐Ÿ›ก
  • Contribute & Improve โ€“ Join us in preserving indigenous languages! ๐ŸŒ

๐Ÿ† Developed by XI TJKT 2 Development Team ๐Ÿค

ALPHA Release is UP! ๐ŸŽ‰

Choose a tag to compare

@Protostarship Protostarship released this 12 Feb 02:22
ae9e949

๐Ÿš€ Indigenous Language Translator Engine (ILTE) v2.0.0 - Alpha Release ๐ŸŽ‰

๐ŸŒ Expanding Language Preservation with Dual Versions ๐ŸŒฟ

The Indigenous Language Translator Engine (ILTE) v2.0.0 is here! This release marks a significant leap forward, offering two distinct versions to cater to a broad range of usersโ€”from casual learners to AI enthusiasts.

โš ๏ธ This is an ALPHA release. Expect ongoing refinements, feature enhancements, and performance optimizations in future updates. โš ๏ธ


๐Ÿ†• What's New in v2.0.0 (Alpha)

๐ŸŒฑ ILTE-ALT (Beta) - Lightweight & Efficient

โœ… Basic Stemming for ID & EN (Sastrawi for ID, Snowball for EN)
โœ… Dictionary-Based Lookup for direct and closest matches
โœ… Levenshtein Distance for fuzzy matching
โœ… Automated Confidence Scoring
โœ… Structured DOCX Report Generation
โœ… Low Memory Usage โ€“ Ideal for lower-end machines
โœ… Minimal System Requirements for faster performance

๐Ÿง  ILTE-ADV (Alpha) - AI-Powered & Context-Aware

๐Ÿง  Contextual Translation with IndoBERT & Sentence Transformers
๐Ÿ”Ž Zero-Shot Learning for Unknown Words
๐Ÿ“– Pattern-Based Learning โ€“ Adapts to text structures
๐Ÿ”„ Semantic Similarity Matching โ€“ Finds best translations beyond dictionary
๐Ÿ“Š Enhanced Translation Confidence Metrics
โšก Requires Higher Memory & Processing Power โ€“ Ideal for researchers and professionals


๐ŸŽฏ Who Should Use Each Version?

  • ๐Ÿซ Educators & Students โ€“ Use ILTE-ALT (Beta) for quick, easy translations with minimal processing requirements.
  • ๐Ÿ”ฌ Researchers & Professionals โ€“ Use ILTE-ADV (Alpha) for AI-powered, context-aware translations that improve over time.
  • ๐ŸŒ Cultural Enthusiasts & Linguists โ€“ Choose between ALT for lightweight usage or ADV for deeper language learning insights.

๐Ÿ“œ How to Use

Install the requirements.txt

pip -r install requirements.txt

Running ILTE-ALT (Beta) โ€“ Fast & Simple

python engine_ALT.py

Running ILTE-ADV (Alpha) โ€“ AI-Enhanced

python engine_ADV.py

Selecting Input Type

๐Ÿ”น Manual Input: Type text directly into the CLI.
๐Ÿ”น File Upload: Provide a file path for bulk translation.


๐Ÿ–ฅ๏ธ System Requirements

ILTE-ALT (Beta) - Minimal System Impact

  • CPU: Intel Core i3 / AMD Ryzen 3
  • RAM: 4GB+
  • Storage: 500MB free space
  • Python: 3.8+

ILTE-ADV (Alpha) - AI-Powered, Requires More Resources

  • CPU: Intel Core i5 / AMD Ryzen 5
  • RAM: 8GB+ (16GB Recommended)
  • Storage: 1GB+ free space
  • Python: 3.10+
  • GPU Acceleration (Optional, but Recommended)

โš ๏ธ Important Notes & Warnings ๐Ÿšจ

This tool is released under the GNU General Public License v3.0 (GPL v3), meaning you are free to use, modify, and distribute it as long as it remains open-source. Any use of this tool for personal financial gain or commercial exploitation is strictly prohibited.

๐Ÿ’ก ILTE was built to support language preservation efforts, not to be monetized or misused. Letโ€™s keep knowledge free and accessible for all!


๐Ÿ”ฎ What's Next for ILTE?

  • ๐Ÿ”น Further Optimization for ILTE-ALT โ€“ More lightweight improvements.
  • ๐Ÿ”น Enhanced AI for ILTE-ADV โ€“ Better zero-shot classification and pattern learning.
  • ๐Ÿ”น Potential GUI Version โ€“ A more user-friendly interface in future updates.
  • ๐Ÿ”น Expanded Dictionary Support โ€“ More words, more accuracy, better translations!

๐Ÿค Get Involved!

As an open-source project, we welcome contributions from developers, linguists, and cultural enthusiasts. Want to add new features, improve translations, or expand the dictionary? Fork the repo and submit a pull request! ๐Ÿš€

๐Ÿ“œ Together, we can preserve indigenous languages for future generations. Letโ€™s build a more connected and inclusive world. ๐ŸŒŽ๐Ÿ’ก


๐Ÿ“Œ Developed for Indigenous Language Preservation โœŠ๐Ÿ’ฌ
๐Ÿ”— License: GPL v3 | Open Source Forever ๐Ÿ›ก๏ธ

Our regards, XI TJKT 2 Development Team. ๐Ÿค

Official BETA Release

Choose a tag to compare

@Protostarship Protostarship released this 11 Feb 13:29
c93c847

๐Ÿš€ Indigenous Language Translator Engine (ILTE) v1.0.0 - Beta Release ๐ŸŽ‰

๐ŸŒ Breaking Language Barriers, Preserving Indigenous Heritage ๐ŸŒฟ

The Indigenous Language Translator Engine (ILTE) is here! Designed to bridge the gap between Indonesian (ID), English (EN), and Dayak Kenyah (DYK), this open-source translation engine empowers linguists, educators, and communities to translate, document, and preserve indigenous languages with precision and efficiency.

๐Ÿ†• What's New in v1.0.0 (Beta)

โœ… Optimized Multi-Step Translation Flow โ€“ Efficiently translates between ID โ†” EN โ†” DYK using intelligent dictionary-based lookups.

โœ… Advanced Preprocessing โ€“ Includes stemming, tokenization, and confidence-based word matching.

โœ… Automated Confidence Scoring โ€“ Ensures translations are reliable with calculated match rates.

โœ… DOCX Report Generation โ€“ Every translation session generates a structured report with performance metrics.

โœ… Multi-Input Support โ€“ Accepts both manual text input and file-based translations.

โœ… Levenshtein-Based Closest Matching โ€“ Finds near-exact word matches for improved translation accuracy.

๐ŸŽฏ Who is This For?

  • ๐Ÿซ Linguists & Researchers โ€“ Preserve and document indigenous languages with accuracy.
  • ๐Ÿ“– Educators & Students โ€“ Learn and teach Dayak Kenyah in a structured way.
  • ๐ŸŒ Cultural Enthusiasts โ€“ Engage with indigenous languages and aid their survival in the modern world.

โš ๏ธ Important Notes & Warnings ๐Ÿšจ

This tool is released under the GNU General Public License v3.0 (GPL v3), meaning you are free to use, modify, and distribute it as long as it remains open-source. Any use of this tool for personal financial gain or commercial exploitation is strictly prohibited.

๐Ÿ’ก ILTE was built to support language preservation efforts, not to be monetized or misused. Letโ€™s keep knowledge free and accessible for all!

๐Ÿ”ฎ What's Next?

  • ๐Ÿ”น Context-Aware Translations โ€“ Improve accuracy with phrase-based recognition.
  • ๐Ÿ”น Graphical User Interface (GUI) โ€“ A user-friendly interface for non-technical users.
  • ๐Ÿ”น Expanded Dictionary Support โ€“ More words, more accuracy, better translations!

๐Ÿ›  How to Get Started

1๏ธโƒฃ Clone the repository:

git clone https://github.com/YourRepo/ILTE.git

2๏ธโƒฃ Install dependencies:

pip install -r requirements.txt

3๏ธโƒฃ Run the translator:

python engine_alt.py

๐Ÿค Get Involved!

As an open-source project, we welcome contributions from developers, linguists, and cultural enthusiasts. Want to add new features, improve translations, or expand the dictionary? Fork the repo and submit a pull request! ๐Ÿš€

๐Ÿ“œ Together, we can preserve indigenous languages for future generations. Letโ€™s build a more connected and inclusive world. ๐ŸŒŽ๐Ÿ’ก


๐Ÿ“Œ Developed for Indigenous Language Preservation โœŠ๐Ÿ’ฌ
๐Ÿ”— License: GPL v3 | Open Source Forever ๐Ÿ›ก๏ธ

Our regards, XI TJKT 2 Development Team ๐Ÿค