Skip to content

LimMengShin/plagiarism-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Plagiarism Checker

A plagiarism checker built with Python

Installation

Begin by cloning this git repo and navigating to the project directory.

Next, install dependencies by running:

python -m pip install -r requirements.txt

Download Punkt Sentence Tokenizer Models by running:

python -m nltk.downloader 'punkt'

Get a News API key at https://newsapi.org and an Opticc API key at https://optiic.dev.

Create a .env file and add your News API and Opticc API key:

OPTIIC_API_KEY="your-key-here"
NEWS_API_KEY="your-key-here"

Finally, run the program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages