Tag: Artificial Intelligence
Title/Question Can artificial intelligence enhance the practice of digital cultural heritage? Outline of area of study/context I’ve always had an interest in technology and in history. When I saw the television advertisement for Microsoft’s Artificial Intelligence services that featured Yves Ubelmann’s photogrammetry work in Syria, I was intrigued. I had carried out some basic photogrammetry… Read More »
In my previous post, I described the development of a web interface that used Javascript to access Microsoft’s Cognitive Services Azure Face API. This interface allowed an image of a face to be captured via a web-cam and identified against a previously trained Person Group. Now that this basic system is functioning as expected, I… Read More »
Having spent many hours tinkering with Amazon’s Rekognition API and making little progress, I decided to investigate the face recognition Face API provided as part of Microsoft Azure Cognitive Services (Microsoft, no date). The API provides functionality to implement face detection (“detect one or more human faces in an image and get back face rectangles… Read More »
In my previous post, I developed some Python scripts which used Microsoft’s Azure Face API (Microsoft, no date) to train and recognise faces. Whilst the scripts functioned in the way I intended, the usability of the Python scripts for face recognition is not ideal for a number of reasons. To overcome these weaknesses, I decided… Read More »