From ead9e8efbf7fb1ea176aac18862bb95fab183ece Mon Sep 17 00:00:00 2001 From: "Sally Go (Yubin)" <54964332+yugo9081@users.noreply.github.com> Date: Sun, 2 Jun 2024 23:37:15 -0500 Subject: [PATCH 1/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 411cc2c..0fc20f4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Right Click Save As is an NFT minting verification web application that allows u Requirements for Installing Project: -*For windows users. +*For Windows users. *Install Python3 and pip before installing these. MongoDB: From 11245219c6fd7f362e3d44a6333e97cab8471062 Mon Sep 17 00:00:00 2001 From: "Sally Go (Yubin)" <54964332+yugo9081@users.noreply.github.com> Date: Sun, 2 Jun 2024 23:38:41 -0500 Subject: [PATCH 2/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fc20f4..00e4934 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Right Click Save As is an NFT minting verification web application that allows users to upload NFT/Image and runs a reverse Google image search. + Requirements for Installing Project: From c6c6a919b5782e1e92c2d66cf580cba0ec0d62f3 Mon Sep 17 00:00:00 2001 From: "Sally Go (Yubin)" <54964332+yugo9081@users.noreply.github.com> Date: Wed, 5 Jun 2024 21:00:38 -0500 Subject: [PATCH 3/9] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00e4934..7d8457c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # Right Click Save As -Right Click Save As is an NFT minting verification web application that allows users to upload NFT/Image and runs a reverse Google image search. +Right Click Save As is an NFT minting verification web application where user can check if their NFT/image is a derivative of another similar art or is it unique before investing +*Our app allows users to upload NFT/image and runs a reverse Google image search +*Gets Top 5 image matches -> runs image similarity and NER machine learning models + -Image similarity returns percent % matching similarity between original image upload and top 5 images + -NER returns top 5 associated tags and top 3 entities for image matches + Requirements for Installing Project: From cc14e05325b884e02e46af24405a2e0412562f07 Mon Sep 17 00:00:00 2001 From: "Sally Go (Yubin)" <54964332+yugo9081@users.noreply.github.com> Date: Wed, 5 Jun 2024 21:02:06 -0500 Subject: [PATCH 4/9] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d8457c..41da51e 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ Right Click Save As is an NFT minting verification web application where user can check if their NFT/image is a derivative of another similar art or is it unique before investing -*Our app allows users to upload NFT/image and runs a reverse Google image search -*Gets Top 5 image matches -> runs image similarity and NER machine learning models - -Image similarity returns percent % matching similarity between original image upload and top 5 images - -NER returns top 5 associated tags and top 3 entities for image matches +* Our app allows users to upload NFT/image and runs a reverse Google image search +* Gets Top 5 image matches -> runs image similarity and NER machine learning models + - Image similarity returns percent % matching similarity between original image upload and top 5 images + - NER returns top 5 associated tags and top 3 entities for image matches From 0b2ca3c9e4d0cd11273f64fe023988189379f48a Mon Sep 17 00:00:00 2001 From: "Sally Go (Yubin)" <54964332+yugo9081@users.noreply.github.com> Date: Wed, 5 Jun 2024 21:02:19 -0500 Subject: [PATCH 5/9] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41da51e..6e79bde 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Right Click Save As is an NFT minting verification web application where user ca Requirements for Installing Project: -*For Windows users. -*Install Python3 and pip before installing these. +* For Windows users. +* Install Python3 and pip before installing these. MongoDB: 1. Install MongoDB Compass (https://www.mongodb.com/products/compass) From 16e762062c5e283fe52ea1ef6f6798a7d41a3ff3 Mon Sep 17 00:00:00 2001 From: "Sally Go (Yubin)" <54964332+yugo9081@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:03:24 -0500 Subject: [PATCH 6/9] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6e79bde..5feac02 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Right Click Save As is an NFT minting verification web application where user ca - Image similarity returns percent % matching similarity between original image upload and top 5 images - NER returns top 5 associated tags and top 3 entities for image matches +Architecture: + + Requirements for Installing Project: From 3cc31fd4bba710dad66a3474f7b5fb9ae6fdea70 Mon Sep 17 00:00:00 2001 From: "Sally Go (Yubin)" <54964332+yugo9081@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:09:43 -0500 Subject: [PATCH 7/9] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5feac02..4c52607 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ Right Click Save As is an NFT minting verification web application where user ca - NER returns top 5 associated tags and top 3 entities for image matches Architecture: - +  +Demo Screenshot: + -Requirements for Installing Project: +Requirements for Installing Project: * For Windows users. * Install Python3 and pip before installing these. From 8f9ebd6758a05c49e0deba1eafeb927341c838dc Mon Sep 17 00:00:00 2001 From: "Sally Go (Yubin)" <54964332+yugo9081@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:10:26 -0500 Subject: [PATCH 8/9] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c52607..970bd72 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Right Click Save As is an NFT minting verification web application where user ca - Image similarity returns percent % matching similarity between original image upload and top 5 images - NER returns top 5 associated tags and top 3 entities for image matches -Architecture: +