This project enables users to upload PDF files and display their contents on the website. It also includes an input field to specify a plagiarism percentage. The project is built using Flask for the backend and features an animated background with a stylish form for uploading files.
- π₯ Upload multiple PDF files.
- π Extract and display text content from uploaded PDFs.
- π’ Input field to specify plagiarism percentage.
- π¨ Animated background.
- ποΈ Stylish form and button with hover effects.
- G Avineshwar
- B Lakshmi Sudha
-
Clone the repository:
git clone https://github.com/your-username/assignment-plagiarism-checker.git
-
Navigate to the project directory:
cd assignment-plagiarism-checker
-
Run the Flask application:
python app.py
-
Open your browser and go to
http://127.0.0.1:5000
to see the application in action.
- π Upload one or multiple PDF files using the provided form.
- π’ Specify a plagiarism percentage in the input field.
- π€ Click the "Upload" button to upload the files and display their contents on the website.
βββ app.py
βββ templates
β βββ index.html
βββ static
β βββ style.css
βββ README.md
- Flask
- PyPDF2
- numpy
- fitz
This project is licensed under the Apache License 2.0.