[PR #3045] [CLOSED] Add lmscan to Text Processing #13665

Closed
opened 2026-04-27 03:06:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/3045
Author: @stef41
Created: 4/11/2026
Status: Closed

Base: masterHead: add-lmscan


📝 Commits (1)

  • c371558 Add lmscan to Text Processing > General

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this?

lmscan — Detect AI-generated text and fingerprint which LLM produced it.

  • Pure Python, zero dependencies
  • 12 statistical features (burstiness, entropy, Zipf deviation, vocabulary richness)
  • Fingerprints 9 LLM families (GPT-4, Claude, Gemini, Llama, Mistral, Qwen, DeepSeek, Cohere, Phi)
  • CLI + Python API
  • 193 tests, Apache-2.0
  • On PyPI: pip install lmscan

Checklist

  • Searched existing entries — no AI text detection tool listed
  • Package is on PyPI
  • Has tests (193)
  • Has CI (GitHub Actions)
  • Apache 2.0 license
  • Active development (v0.3.0)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/3045 **Author:** [@stef41](https://github.com/stef41) **Created:** 4/11/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-lmscan` --- ### 📝 Commits (1) - [`c371558`](https://github.com/vinta/awesome-python/commit/c3715582be1a9b178308651e021f03e7589fdadb) Add lmscan to Text Processing > General ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this? [lmscan](https://github.com/stef41/lmscan) — Detect AI-generated text and fingerprint which LLM produced it. - Pure Python, zero dependencies - 12 statistical features (burstiness, entropy, Zipf deviation, vocabulary richness) - Fingerprints 9 LLM families (GPT-4, Claude, Gemini, Llama, Mistral, Qwen, DeepSeek, Cohere, Phi) - CLI + Python API - 193 tests, Apache-2.0 - On PyPI: `pip install lmscan` ## Checklist - [x] Searched existing entries — no AI text detection tool listed - [x] Package is on PyPI - [x] Has tests (193) - [x] Has CI (GitHub Actions) - [x] Apache 2.0 license - [x] Active development (v0.3.0) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 03:06:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#13665