Thesis Similarity Checker SVM is a tool designed to check the similarity between thesis documents using Support Vector Machines (SVM). This is the third version of the project, which includes significant improvements and new features.
- High accuracy in detecting similarities between documents.
- Supports multiple document formats.
- Improved performance and scalability.
- User-friendly interface.
To install the necessary dependencies, run the following command:
pip install -r requirements.txt
To use the Thesis Similarity Checker, follow these steps:
- Prepare your dataset.
- Run the similarity checker script:
python similarity_checker.py
The project structure is as follows:
similarity_checker.py
: Main script to run the similarity checker.data/
: Directory containing the datasets.models/
: Directory containing pre-trained models.utils/
: Utility functions and helper scripts.tests/
: Unit tests for the project.
Contributions are welcome! Please read the CONTRIBUTING.md for guidelines on how to contribute to this project.
This project is licensed under the MIT License. See the LICENSE file for details.