diff --git a/constants.py b/constants.py index 0075948..8510e7c 100644 --- a/constants.py +++ b/constants.py @@ -6,7 +6,7 @@ JINA_HEADERS = { } RICKROLL_LINK = "https://www.youtube.com/watch?v=xvFZjo5PgG0" UPLOAD_DIR = "uploads" -MINIMUM_COSINE_SIMILARITY = 0.685 +MINIMUM_COSINE_SIMILARITY = 0.65 WORD_TO_COMPARE = "hand touching grass" DATABASE_FILE = "data.db" MINIMUM_OCR_SIMILARITY = 0.7