Plagiarism Guard

Plagiarism Guard was a plagiarism detection software written in Python 3 and Django back in 2014. It could either scan a webpage URL, or an uploaded document (.docx, .pptx, .txt et al) and then it would ‘go hunting’ for duplicate content. The source code for this project exists on Github, and is explained in more detail on this site.

Screenshots

A user’s account dashboard, showing general scan results in graphs (powered by Chart.js):

Plagiarism Guard Homepage full
Plagiarism Guard User Dashboard

A summary of plagiarism results for various resources:

Plagiarism Guard ScanResults2 full
Plagiarism Guard Scan Results

A set of plagiarism results from scanning a particular PDF:

Plagiarism Guard ScanResults full
Plagiarism Guard Scan Results 2

A (completely over-complicated!) explanation of the order form for end users:

Plagiarism Guard Overall full
Plagiarism Guard Order Form

An explanation of the ‘bulk URL import’ feature of the order form:

Plagiarism Guard Bulk full
Plagiarism Guard Bulk URL Import