The document describes a system for sketch-based image retrieval using deep learning and machine learning. It takes in a single input sketch containing multiple drawings and extracts each individual sketch. Each sketch is classified using VGG16 and SVM models. Relevant images are then retrieved from a database using CVLib based on the classified sketch categories. The images returned are ranked based on how many of the classified sketch categories are present. The system aims to enable retrieval of multiple images from a single multi-sketch input, achieving an accuracy of 89% on the dataset used.