Machine learning make recomendation system based by visual similarity.
Created machine learning model for batik motif classification using a pre trained model from MobileNetV2. Then we take the layer before the output layer to extract images from each batik and look for similarities using cosine similarity to make recommendations.

This dataset is a collection of images collected from various sources.
The process of preparing the dataset involved:
-
Collection: Gathering images from multiple sources, ensuring a wide range of samples.
-
Selection: Choosing images based on quality, relevance, and adherence to project criteria.
-
Combination: Merging selected images into a cohesive dataset.
Dataset Result : Dataset
We using Flask to deploy machine learning model. Click here to see documentation.