You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A high-performance text plagiarism detection pipeline engineering exact string matching via Knuth-Morris-Pratt (KMP) and Rabin-Karp architectures, coupled with structural winnowing fingerprinting for local alignment. Implements an optimized sub-linear time candidate screening matrix leveraging MinHash and Locality-Sensitive Hashing (LSH) to handle
A high-performance text plagiarism detection pipeline using KMP and Rabin-Karp exact matching, robust Winnowing fingerprinting, and sub-linear time candidate screening via MinHash + Locality-Sensitive Hashing (LSH), built with a unified Streamlit analytical dashboard.
A high-accuracy hybrid code plagiarism detector that combines K-gram Winnowing, weighted Jaccard, LCS, and JavaParser-based AST similarity to instantly detect Type 1-3 code clones..