Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.