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
- Host: GitHub
- URL: https://github.com/jsdhami/api-triscan
- Owner: jsdhami
- License: mit
- Created: 2024-09-09T20:53:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T19:22:52.000Z (9 months ago)
- Last Synced: 2025-02-05T04:09:00.084Z (4 months ago)
- Topics: oss, plagiarism, trichandraresearchgroup, triscan
- Language: Python
- Homepage: https://triscan.vercel.app
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```