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

https://github.com/jsdhami/api-triscan

API of TriScan Web Application
https://github.com/jsdhami/api-triscan

oss plagiarism trichandraresearchgroup triscan

Last synced: 2 months ago
JSON representation

API of TriScan Web Application

Awesome Lists containing this project

README

        

# API for TriScan | A Plagiarism Checker Software
An open-source plagiarism detection software developed by the Tri-Chandra Research Group.
### **Key Features:**
- Free and open to the public.
- Designed for research and academic purposes.
- Detects plagiarism in research papers, theses, and reports.

# How to Contribute?
At firs fork this repo in your Github ID. after then clone this repository in your Local Device by following command
```bash
git clone https://github.com/jsdhami/api-triscan.git
```
create virtual environment
```bash
pip install virtualenv
python -m venv env
```
Activate virtual environment
```bash
env/Scripts/activate
```
```bash
cd api-triscan
```
Install all required libraires
```bash
pip install -r requirements.txt
```
Run
```bash
python manage.py runserver
```