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.