ML-ND-Plagiarism-Detector
This repository contains code and associated files for deploying a plagiarism detector using AWS SageMaker.
In this project, you will be tasked with building a plagiarism detector that examines a text file and performs binary classification; labeling that file as either plagiarized or not, depending on how similar that text file is to a provided source text. Detecting plagiarism is an active area of research; the task is non-trivial and the differences between paraphrased answers and original work are often not so obvious.
This project will be broken down into three main notebooks:
Notebook 1: Data Exploration
Notebook 2: Feature Engineering
.csv
files that hold the relevant features and class labels for train/test data points.Notebook 3: Train and Deploy Your Model in SageMaker
Please see the README in the root directory for instructions on setting up a SageMaker notebook and downloading the project files (as well as the other notebooks).