Skip to content
/ lexicon Public

Translate text between languages with high-accuracy using artificial intelligence.

License

Notifications You must be signed in to change notification settings

dothq/lexicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot Translate

🌐 A microservice for quick and local translation using A.I.


This service starts a local webserver used for neural machine translation.

🚀 Features

Dot Translate
🔒 No tracking or telemetry data is collected from you
🆓 Always free
⚡️ Fast on low-compute machines
📝 Accurate and keeps your prompt meaningful
💻 Open-source and open for contributions

For inference, all models are ran on the CPU. Every model utilized in this service are 8-bit quantized, which results in decreased latency and storage costs.

🔧 Contributing

We accept all positive contributions that affects this repository and service as a whole; we accept trained .argosmodels files via pull request.

Language Source -> Target Target -> Source
🇳🇱 nl -> en en -> nl

❤️ Acknowledgements

Argos Translate, which is built on OpenNMT, is widely used in this repository for translation.

📜 Licenses

Dot Translate is licensed under the MIT license.