prajnak / plagdetect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A sample app to use the copyleaks API to check user submitted text for plagiarism.

App has been deployed to heroku here:

https://safe-fjord-76241.herokuapp.com

Screenshots

Main Screen Results Screen

IMPORTANT

-- copyleaks has become excruciatingly slow, so I'm unable to reliably get reports back from them for now. Get in touch @ spspkand at uwaterloo dot ca for help.

Copyleaks Api

  • I had to checkin the copyleaks sdk source instead of using the jar as I wasn't able to figure out how to add a local jar to a mvn project repo and import it from inside the spring boot controller classes

App Framework obtained from Spring boot starter web

Build Instructions

Get all the dependencies and build from scratch

./mvnw -DskipTests clean dependency:list install

Run locally

./mvnw spring-boot:run

About


Languages

Language:CSS 55.3%Language:Java 37.1%Language:Shell 3.0%Language:HTML 2.6%Language:Batchfile 2.1%