├── .gitignore ├── LICENSE ├── README.md ├── app.py ├── requirements.txt └── test.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/GPT-Shield-AI-Plagiarism-Detector/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/GPT-Shield-AI-Plagiarism-Detector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/GPT-Shield-AI-Plagiarism-Detector/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/GPT-Shield-AI-Plagiarism-Detector/HEAD/app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/GPT-Shield-AI-Plagiarism-Detector/HEAD/requirements.txt -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/GPT-Shield-AI-Plagiarism-Detector/HEAD/test.py --------------------------------------------------------------------------------