redex-ai / Simple-Plagiarism-Checker

Web Application for checking the similarity between query and document using the concept of Cosine Similarity.
1 stars 0 forks source link

REDEX #6

Open redex-ai opened 11 months ago

redex-ai commented 11 months ago

Add a different type of plagiarism check through a different endpoint

redex-ai-powered-okr-tool[bot] commented 11 months ago

Change Summary

The task involves adding a new plagiarism check method using Jaccard similarity. A new endpoint '/check_jaccard' will be created in the Flask application, along with a corresponding form in the index.html template to allow users to submit text for this new type of plagiarism check.

FilePlan :-

File : plag.py

Add a new route '/check_jaccard' for Jaccard similarity plagiarism check. Implement the Jaccard similarity function to compare the input query with the database text.

File : templates/index.html

Add a new form for Jaccard similarity plagiarism check with action attribute set to '/check_jaccard' and method 'POST'.

Please review the structure and let me know if any modifications are required.

redex-ai-powered-okr-tool[bot] commented 11 months ago

PULL REQUEST : https://github.com/redex-ai/Simple-Plagiarism-Checker/pull/7