Logo
Ali

Welcome to my personal page!

My name is Ali. I am an engineer, researcher, and recent PhD graduate based in Melbourne, Australia. I enjoy computer programming and data science. Please have a look at my recent projects below.

Recent Projects

Face Describer

This application, written in Python, identifies images in an uploaded image and describes them. The faces in the image are identified using MTCNN Python package. The attributes of the identified faces are recognised using an Efficient Net NN model trained on more than 129,000 celebrity faces. The UI for the app is created using Streamlit Python package.

Image Tagging

This application, written in Python, allows the user to mannually tag a series of images to be used as a training and validation dataset. The tags are strored in a relational database on AWS infrastructure.