All Projects β†’ abhilampard β†’ Simple-Plagiarism-Checker

abhilampard / Simple-Plagiarism-Checker

Licence: other
Web Application for checking the similarity between query and document using the concept of Cosine Similarity.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Simple-Plagiarism-Checker

dolos
πŸ•΅οΈ Source code plagiarism detection
Stars: ✭ 77 (+63.83%)
Mutual labels:  plagiarism-checker, plagiarism-detection
Plagiarism-checker-Python
A python project for checking plagiarism of documents based on cosine similarity
Stars: ✭ 114 (+142.55%)
Mutual labels:  cosine-similarity, python-project
Img2VecCosSim-Django-Pytorch
Extract a feature vector for any image and find the cosine similarity for comparison using Pytorch. I have used ResNet-18 to extract the feature vector of images. Finally a Django app is developed to input two images and to find the cosine similarity.
Stars: ✭ 20 (-57.45%)
Mutual labels:  cosine-similarity
Python-Media-Player
Simple Music Player Written in Python And Tkinter
Stars: ✭ 40 (-14.89%)
Mutual labels:  python-project
Naive-Resume-Matching
Text Similarity Applied to resume, to compare Resumes with Job Descriptions and create a score to rank them. Similar to an ATS.
Stars: ✭ 27 (-42.55%)
Mutual labels:  cosine-similarity
python-flask-app
Start building your next Python Flask app on IBM Cloud.
Stars: ✭ 48 (+2.13%)
Mutual labels:  python-flask
react-flask-socketio
This is a base code for testing websocket connection between python flask with socketio as Server and react Webapp as client
Stars: ✭ 26 (-44.68%)
Mutual labels:  python-flask
stringdistance
A fuzzy matching string distance library for Scala and Java that includes Levenshtein distance, Jaro distance, Jaro-Winkler distance, Dice coefficient, N-Gram similarity, Cosine similarity, Jaccard similarity, Longest common subsequence, Hamming distance, and more..
Stars: ✭ 60 (+27.66%)
Mutual labels:  cosine-similarity
AI-for-Trading
πŸ“ˆThis repo contains detailed notes and multiple projects implemented in Python related to AI and Finance. Follow the blog here: https://purvasingh.medium.com
Stars: ✭ 59 (+25.53%)
Mutual labels:  cosine-similarity
tika-similarity
Tika-Similarity uses the Tika-Python package (Python port of Apache Tika) to compute file similarity based on Metadata features.
Stars: ✭ 92 (+95.74%)
Mutual labels:  cosine-similarity
Resume-Generator
A Resume builder which allows users to build their own custom resumes with details like experience,projects , skills ,education etc. Users can also have the feature to download their resumes . To contribute send PR at development branch from where it will be merged in master once checked.
Stars: ✭ 28 (-40.43%)
Mutual labels:  python-flask
Intelligent Document Finder
Document Search Engine Tool
Stars: ✭ 45 (-4.26%)
Mutual labels:  document-similarity
catch-me-if-you-can
plagiarism detector
Stars: ✭ 16 (-65.96%)
Mutual labels:  plagiarism-detection
Network-Attached-Storage-NAS-Box-using-Raspberry-Pi
Network Attached Storage (NAS) Box using Raspberry Pi allows you to install comprehensive applications and services on your Raspberry Pi, whenever you need them.
Stars: ✭ 19 (-59.57%)
Mutual labels:  python-flask
Information-Retrieval
Information Retrieval algorithms developed in python. To follow the blog posts, click on the link:
Stars: ✭ 103 (+119.15%)
Mutual labels:  cosine-similarity
JPlag
Detecting Software Plagiarism and Collusion since 1996.
Stars: ✭ 674 (+1334.04%)
Mutual labels:  plagiarism-detection
live-cctv
To detect any reasonable change in a live cctv to avoid large storage of data. Once, we notice a change, our goal would be track that object or person causing it. We would be using Computer vision concepts. Our major focus will be on Deep Learning and will try to add as many features in the process.
Stars: ✭ 23 (-51.06%)
Mutual labels:  cosine-similarity
awesome-face-recognition
this repo include paper review, code in face recognition
Stars: ✭ 16 (-65.96%)
Mutual labels:  cosine-similarity
set-sketch-paper
SetSketch: Filling the Gap between MinHash and HyperLogLog
Stars: ✭ 23 (-51.06%)
Mutual labels:  cosine-similarity
SA-Plag
Detect Plagiarism in competitive programmming
Stars: ✭ 13 (-72.34%)
Mutual labels:  plagiarism-detection

Simple-Plagiarism-Checker

Web application of Plagiarism Checker using Python-Flask. TF-IDF and cosine similarity is a very common technique. It allows the system to quickly retrieve documents similar to a search query. Similarly, based on the same concept instead of retrieving documents similar to a query, it checks for how similar the query is to the existing database file.

Steps:

  1. User enters a query
  2. Query gets processed (Uppercase to lowercase, Removal of punctuationmarks, etc.)
  3. Calculations are done (Term Frequency, Cosine Similarity)
  4. The Plagiarism Percentage is returned on the web page

Python-Flask

  1. Flask is a light-weight web framework for Python
  2. Easy to work with (Same syntax as of Python)
  3. While Flask addresses itself as a "micro-framework", it is not lacking in features or power, especially with a clutch of extensions to support features such as authentication, databases and so on
  4. Comprehensive documentation available
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].