SSIM: matching two images

How do i find an API for generating similarity indexing and matching between two images ?

So how can I get percentage index matching between two images

@Anastacia_Rombolakis there are few implementations for SSIM/MS-SSIM. One that I used personally is GitHub - VainF/pytorch-msssim: Fast and differentiable MS-SSIM and SSIM for pytorch.