I have successfully created my first functional Flask app which is now live on my website at the subdomain https://app.jaykrown.com.
The application accepts two image uploads and returns a percentage based on the similarity of the two images. If you upload the same image twice it will always return 100%. If you upload an image that is completely black, and an image that is completely white then you get ~0.01%.
Leave a Reply