Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delosreyesjohnpaul/thesis-similarity-checker-php
The Thesis Similarity Checker is a PHP-based application designed to help users identify similarities between multiple thesis documents. This tool is essential for academic institutions to ensure the originality of submitted theses and to maintain academic integrity.
https://github.com/delosreyesjohnpaul/thesis-similarity-checker-php
php similarity-search
Last synced: about 2 months ago
JSON representation
The Thesis Similarity Checker is a PHP-based application designed to help users identify similarities between multiple thesis documents. This tool is essential for academic institutions to ensure the originality of submitted theses and to maintain academic integrity.
- Host: GitHub
- URL: https://github.com/delosreyesjohnpaul/thesis-similarity-checker-php
- Owner: delosreyesjohnpaul
- Created: 2024-09-05T03:16:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T01:44:56.000Z (4 months ago)
- Last Synced: 2024-09-12T11:36:31.926Z (4 months ago)
- Topics: php, similarity-search
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
The Thesis Similarity Checker is a PHP-based application designed to help users identify similarities between multiple thesis documents. This tool is essential for academic institutions to ensure the originality of submitted theses and to maintain academic integrity.## Features
- Upload multiple thesis documents
- Analyze text similarities between documents
- Generate similarity reports
- User-friendly interface## Installation
1. Clone the repository:
```bash
git clone https://github.com/delosreyesjohnpaul/Thesis-Similarity-Checker-PHP.git
```
2. Navigate to the project directory:
```bash
cd Thesis-Similarity-Checker-PHP
```
3. Install dependencies:
```bash
composer install
```
4. Set up the database and configure environment variables.## Usage
1. Start the server:
```bash
php -S localhost:8000
```
2. Open your web browser and navigate to `http://localhost:8000`.## Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss any changes.## License
This project is licensed under the MIT License.