Image Recommender

Adham Arif, Big DataPythonTransfer Learning
Back

A big data project using transfer learning method to output a recommended image based on the similarity of characteristics

🔗 Link to GitHub repository

Concept

Since images are large vectors with 3 colour channels, it requires high computational resources to calculate the mathematical operations such as Euclidean or Cosine distance to calculate similarity. Hence, we need to downscale its complexity but still retain the information of it, so that we can still measure the similarity of the images in their simplified form.

Code design: image

Datasets

This project used images datasets from Coco dataset.

Image Preprocessing

Find image similarity

Result

© Adham ArifRSS