Coder Social home page Coder Social logo

codeclause-plagirism_checke_with_ai_task-2's Introduction

KRohancoder-Plagirism_Checke_with_AI_task-2

Plagiarism Detector in Python using Machine Learning Techniques, this is allowcated project by Codeclause

Author: Rohan Kadam

Github: https://github.com/KRohancoder

Discription ๐Ÿ“€

The program reads text files from the folder, named as Docs under the current working directory. It reads all the text files having names Text_?.txt where ? is to be replaced with any digit between 0 to 9.

The program applies word embedding techniques and first converts the textual data, read from the files, into an array of numbers (word vectors) using Term frequency-inverse document frequency (TF-IDF) method. For this purpose, TfidfVectorizer of scikit-learn built-in features is used.

All the pairs of word vecotrs are then processed for checking of any plagiarism between the corresponding text files. This is accomplished by computing the value of cosine similarity between the vectors representations of the concerned text files.

Finally, a table of plagiarism percentage between every pair of files, read from the Docs folder is prepared along with presenting the result in Bar Graph.

Project Difficulty level ๐Ÿฅ‡

Beginner

Programming Language ๐Ÿ

Python

Domain ๐Ÿฅ

Application

Tools ๐Ÿ› 

This project requires that you have Python installed. Download it here.

It also requires the following Python packages, which can be installed via pip:

-sklearn

-numpy

-matplotlib

Then run it by double clicking on player.py!

Features !

  • plagirism

  • text file

Editor's Interface Screenshot

Screenshot

=======================================================================

๐Ÿ“Œ Opensource Programs

Screenshot

=======================================================================

Contributing

Pull requests are welcome. If someone wants to contribute to this project can fork and add the Functionalities Or enhance the GUI.

Happy Contribution โœจ

codeclause-plagirism_checke_with_ai_task-2's People

Contributors

krohancoder avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.