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

https://github.com/pagarevijayy/api-assignment-plagiarism

Learning assignment - Python API | Plagiarism Detection | ML Model | Highlight Matching | Flask API | Kong Gateway | Rate Limiting Algos (token, leaky)
https://github.com/pagarevijayy/api-assignment-plagiarism

flask-api kong-gateway leaky-bucket-algorithm ml-model plagiarism-detection python rate-limiting size-limit streamlit token-bucket-algorithm

Last synced: 14 days ago
JSON representation

Learning assignment - Python API | Plagiarism Detection | ML Model | Highlight Matching | Flask API | Kong Gateway | Rate Limiting Algos (token, leaky)

Awesome Lists containing this project

README

          

# Plagiarism Checker

Overview
--------
This repository contains two related plagiarism-checker projects and demo tooling:

- A Flask-based API and Streamlit front-end under `plagiarism_app/` that demonstrate a plagiarism-checking API, Rate limiters, and Kong configuration for API gateway demos.
- A standalone Streamlit-based checker and small training pipeline under `plagiarism_checker/` used to build a toy logistic regression model and to test similarity/highlighting locally.