The Maltese Christian Statue (MCS) Classifier
project is not just a machine learning model; it embodies a deeper mission. Developed from the MCS Dataset
, curated to represent 17 distinct categories of Maltese Christian statues, this project serves to preserve and celebrate Maltese religious culture. Its purpose extends beyond mere classification; it is a testament to the rich heritage of Malta, offering a glimpse into its religious traditions.
Image classification
is a fundamental task in computer vision, involving the process of categorising images into predefined classes or categories. It leverages machine learning algorithms to analyse the visual content of images and assign them to appropriate labels based on their features and characteristics. In the context of the MCS Classifier project, image classification techniques are employed to automatically identify and categorise Maltese Christian statues depicted in images.
This initiative aims to safeguard and promote Maltese religious culture, especially during the solemn period of Lent. It serves as a bridge, introducing tourists to the intricacies of Maltese religious iconography, fostering understanding and appreciation.
Employing sophisticated image classification techniques, the project integrates artificial intelligence into the realm of Maltese Christianity, introducing AI where it's traditionally less explored. However, it's crucial to emphasise that this project isn't designed for mockery or disrespect towards religious beliefs. On the contrary, it adopts a solemn tone, seeking to uplift and deepen religious engagement.
Ultimately, the project aspires to contribute positively to the perpetuation and enrichment of Maltese religious heritage, potentially inspiring greater belief and dedication to its cause.
The MCS Dataset
features 17
categories of Christian statues found in Malta, specifically in the parish church of Ħaż-Żebbuġ
dedicated to St Philip of Agira
, and some photos from other parishes. Please note that the images retrieved for the creation of this dataset were extracted from public domain sources and are not intended for commercial use.
The categories in the MCS Dataset are:
Christmas Cribs
Jesus has Risen
Jesus praying in Gethsemane
Our Lady of Grace
Saint Joseph
Saint Philip of Agira
Simon of Cyrene
The Betrayal of Judas
The Cross
The Crucifixion
The Ecce Homo
The Flogged
The Lady of Sorrows
The Last Supper
The Monument
The Redeemer
The Veronica
The MCS Dataset
consists of 2,897
images distributed across the 17
classes. Illustrated below is the distribution of the dataset across the classes. Additionally it is also important to note that the dataset is split into 80%
training and 20%
testing sets. Furthermore, Data Augmentation
techniques were also used to increase the size of the dataset.
Illustrated below are predictions made by the MCS Classifier Model on unseen images from the test dataset. The model demonstrates its ability to classify Maltese Christian statues accurately.
To get started, clone the repository and navigate to it:
git clone https://github.com/mbar0075/Maltese-Christian-Statue-Classifier.git
cd Maltese-Christian-Statue-Classifier