As part of the Face Login system, I have access to a number of images of faces that were used to train the face recognition system. It would make sense to be able to display a profile image of the logged-in user using one of these photographs. The plan is to upload all the images… 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 »
Brief: For the next practical exercise you must create an auto-tweet agent. Your program should identify the most recent page viewed by your browser (by looking in either the “Current Session” or “History” file). It should then acquire the title of the page last viewed. For example, the title of the Ebay main page is:… Read More »
Brief: In the next practical you must create a graphical visualisation of a textual data file (to be given out in the practical). Read in the data and use it to generate some kind of visual output. Rather than using Pygame to create your visualisation (which is powerful, but can be tricky to install), we will… Read More »
Brief: In the practical session you will create an interactive Python chatbot. This should engage the user in interesting and intelligent conversation. The bot should be able to ask and answer questions. Try to make it as realistic and life-like as possible. Below is a demonstration of the completed chatbot script: The main features of… Read More »