Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 413 Bytes

File metadata and controls

8 lines (4 loc) · 413 Bytes

PlagiarismDetector_UdacityML_NanoDegree

Plagiarism Detector ML model

This project builds a plagiarism detector that examines a text file and performs binary classification; labeling that file as either plagiarized or not, depending on how similar the text file is to a provided source text.

Software and Libraries: This project uses Python libraries like NumPy, pandas, scikit-learn and Amazon SageMaker.