If you've been following this blog, you know I'm a bit obsessed with machine translation. I've written about using EasyNMT, building background translation services, and even improving EasyNMT. But I...
Sunday, 09 November 2025 14:30
//23 minute read
API
CUDA
Docker
EasyNMT
FastAPI
Helsinki-NLP
mostlylucid-nmt
Neural Machine Translation
Python
PyTorch
Transformers
A FastAPI implementation EXACTLY copying the API of EasyNMT (https://github.com/UKPLab/EasyNMT) an excellent but abandoned neural-machine-translation project. But I've added SO MANY nice features to...
Saturday, 08 November 2025 12:30
//54 minute read
In previous articles, we have discussed the importance of translation in the context of web applications. We have also explored the use of the EasyNMT library to perform translations in an ASP.NET...
Sunday, 25 August 2024 03:20
//10 minute read
In our previous post here we discussed how we can use EasyNMT to translate our .md files into different languages. We also discussed how we can surface this functionality to the user by adding a...
Friday, 23 August 2024 19:52
//8 minute read
So for a while now I've used EasyNMT to translate my .md files into different languages here. I've wanted to 'surface' this so you can all have a play with it too.
See the second part of this series...
Friday, 23 August 2024 05:38
//5 minute read
EasyNMT is a locally installable service that provides a simple interface to a number of machine translation services. In this tutorial, we will use EasyNMT to automatically translate a Markdown file...
Saturday, 03 August 2024 13:30
//7 minute read