Post: Learning Azure & Translating Family Records
I passed my Azure AI Fundamentals exam this past week 😁 and now that I’m done studying, I actually have time to tinker around with Azure AI.
A favorite hobby of mine is to research my family genealogy. I have a family tree on Ancestry.com, and have spent a lot of time on that site gathering resources. Many of my ancestors came from Germany and so a lot of old records are obviously in German. I saved several pages of family records from Württemberg and I’ve researched how to translate them, but I’m still struggling.
Defining the Problem
I’d like to figure out if there is a way that I can use Azure AI + Machine Learning to translate old, handwritten German family records. I realize it won’t be a perfect translation, since it’s old German script, but I’d like to see if there is at least some data I can get from translating them with AI.
Actions
My first step was to look into what services I thought would help me. Since Azure AI offers Document Translation (currently in Preview mode), I opened up the Language Studio and started there.
I had to create:
- Translator Resource (with Storage Blob Data Contributor role on the storage account)
- Blob Storage Account
After creating these, the Language Studio steps were pretty straightforward.
Results
I uploaded the PDF and honestly, I wasn’t anticipating much in the way of results. Some dates were translated, but none of the names were correct.
The results were about what I expected. I can’t really do much with what I have, but it’s a good starting point and it was just good to feel comfortable tinkering around with Azure AI.
Next Steps
I’m not entirely sure where to go home from here 🤷♀️. One thing I’m going to do is read more documentation from Microsoft.