Image-Similarity / src /model /similarity_interface.py
Annas Dev
first ui
cf69c91
raw
history blame contribute delete
No virus
74 Bytes
class SimilarityInterface:
def extract_feature(img):
return []