This is our(Masbah & Sabik) project for the course Artificial Intelligence Lab. We have implemented a system to check if 2 pdf have same content(plagiarism check) using cosine similarity.
To run the project, you need to have python3 installed in your system.
- Clone the repository
- Go to the directory
- Make a virtual environment:
virtualenv venv - Install the requirements :
pip install -r requirements.txt - Enable the virtual environment:
source venv/bin/activate - Run the project:
python main.py - Go To
http://127.0.0.1:5000