Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created Plagiarism-detector-using-machine-learning web app #1059

Merged
merged 2 commits into from
Aug 10, 2024

Conversation

Pranshu-jais
Copy link
Contributor

@Pranshu-jais Pranshu-jais commented Aug 8, 2024

By leveraging machine learning techniques, we can create a robust plagiarism detector that can accurately identify copied content. i used the Term Frequency-Inverse Document Frequency (TF-IDF) vectorizer to transform the text data into numerical features. Then, we train a model using these features. For this example, we will use a simple logistic regression model.To make our plagiarism detector easily accessible, i create a Flask web application. This application will provide a user interface where users can input two text documents and receive a plagiarism score.

My issue was #1030 .
Please assign this with appropriate level (1/2/3)

Copy link

github-actions bot commented Aug 8, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊



if __name__ == "__main__":
app.run(debug=True)

Check failure

Code scanning / CodeQL

Flask app is run in debug mode High

A Flask app appears to be run in debug mode. This may allow an attacker to run arbitrary code through the debugger.
@Niketkumardheeryan Niketkumardheeryan merged commit a13fab5 into Niketkumardheeryan:master Aug 10, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants