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)
- Host: GitHub
- URL: https://github.com/pagarevijayy/api-assignment-plagiarism
- Owner: pagarevijayy
- Created: 2025-11-15T14:46:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-15T15:09:15.000Z (7 months ago)
- Last Synced: 2025-11-15T17:21:03.228Z (7 months ago)
- Topics: flask-api, kong-gateway, leaky-bucket-algorithm, ml-model, plagiarism-detection, python, rate-limiting, size-limit, streamlit, token-bucket-algorithm
- Language: Python
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.