SlopScore
00 crowd

SYNTH

AI Content Authenticator & OCR Engine Detect AI-generated text in images with a single command.
Open repo on GitHubgithub.com/khushalv21/SYNTH
Python · ★ 3 · 1 forks · MIT · paperwork by the Cap'mmostly ai (inferred)light human (inferred)works-on-my-machine (inferred)other
listed 49 minutes ago by khushalv21 · last checked 49 minutes ago
The owner didn't write this. This repo never submitted itself. The Cap'm found it on a truffle trawl and wrote its paperwork from what GitHub already shows. Picked by hand by the Cap'm on 2026-09-15: AI Content Authenticator & OCR Engine Detect AI-generated text in images with a single command.; its own README says "/strong br em Synth is a tool that tells you if an image or document was created by an AI or a human". 3 stars; MIT license. The owner did not submit this. Votes count; awards don't until the owner claims it.

I'm not calling your project slop! Geeze, it's a joke... Do you own this repo?

Log in with GitHub as khushalv21. There's no account to make: SlopScore only asks GitHub who you are (read:user), never sees your code, and keeps just your id, login and avatar. Then you can:

  • Keep it, on your terms. Commit your own slopscore.md (spec) and press Refresh. Your paperwork replaces the Cap'm's, and you can submit it for Slop of the Day.
  • Take it down. One click on Remove. It stays gone; the trawl never brings it back.

Log in with GitHub

Can't log in as the owner? Request a takedown. No login needed, and a trawled listing comes down right away.

GitHub says
AI Content Authenticator & OCR Engine Detect AI-generated text in images with a single command.
created
2026-04-30 · pushed 2 months ago · 12 commits · 1 contributor
languages
Python 100%
paperwork
licensereadme 42% health
dependencies
no dependency graph (no manifest, or disabled) · OSV.dev, checked 49 minutes ago

Disclosures, inferred by the Cap'm

slopbucket
vibe-coded
category
other
ai_generated
mostly
human_touch
light
status
works-on-my-machine
language (detected)
python
license (detected)
mit

The Cap'm's log

The Cap'm wrote this paperwork, not the owner. This repo never submitted itself to SlopScore. The Cap'm picked it by hand: AI Content Authenticator & OCR Engine Detect AI-generated text in images with a single command.; its own README says "/strong br em Synth is a tool that tells you if an image or document was created by an AI or a human". It carries the MIT license. The disclosures above are his best guess from what GitHub shows.

Is this yours? Commit a real slopscore.md and press Refresh to replace this, or remove the listing in one click. There's no account to make: you log in with GitHub.

README — the repo's own words, folded up so the grading fits on one screen
  ███████╗██╗   ██╗███╗   ██╗████████╗██╗  ██╗
  ██╔════╝╚██╗ ██╔╝████╗  ██║╚══██╔══╝██║  ██║
  ███████╗ ╚████╔╝ ██╔██╗ ██║   ██║   ███████║
  ╚════██║  ╚██╔╝  ██║╚██╗██║   ██║   ██╔══██║
  ███████║   ██║   ██║ ╚████║   ██║   ██║  ██║
  ╚══════╝   ╚═╝   ╚═╝  ╚═══╝   ╚═╝   ╚═╝  ╚═╝

Stars License PyPI Version Python 3.10+

InstallationQuick StartCLI ReferenceConfiguration

Catch AI fakes in seconds.
Synth is a tool that tells you if an image or document was created by an AI or a human.


What is Synth?

Synth acts like a digital detective. Whenever you encounter a picture, a PDF, or text and wonder, "Did a computer make this?", Synth gives you the answer.

Instead of relying on just one check, Synth uses a team of specialized AI models. Each model looks at the file from a different angle, and they all vote to give you a highly accurate, final verdict. Everything runs safely and privately on your own computer.

Features

  • 🔍 Reads Anything — Just point it at an image or a PDF. It extracts text and analyzes images automatically.
  • 🤖 Team of Experts — Uses an ensemble of state-of-the-art models that vote together to catch fakes.
  • Adjustable Depth — Choose between a quick glance or a deep, forensic investigation.
  • 🍎 Works Anywhere — Runs smartly on Mac, Windows, and Linux with automatic hardware acceleration.
  • 🔒 100% Private — No cloud uploads needed. Your files stay perfectly private.

Installation

Getting started is simple. You can install Synth directly from PyPI.

Note

Since the name synth was already taken on PyPI, the package is published under the name synth-authenticator.

Run the following command to install using pip:

pip install synth-authenticator

Alternatively, you can install it from source:

git clone https://github.com/khushalv21/SYNTH.git
cd SYNTH
pip install .

Note: Synth will automatically detect your system's hardware to run as fast as possible. The first time you run it, it will download the necessary AI models.


Quick Start

Synth is designed to be effortless. Just type synth followed by the file you want to check:

synth my_picture.png
synth my_document.pdf

Choose your investigation depth

You can tell Synth how closely you want it to look using "Profiles":

synth my_picture.png --profile fast       # A quick check
synth my_picture.png --profile balanced   # The normal check (recommended)
synth my_picture.png --profile forensic   # A deep, thorough investigation

Scan a whole folder

Have a lot of files? You can scan a whole directory at once:

synth ./my_documents_folder/

CLI Reference

Command Description
synth <file> Analyze a file (Image or PDF)
synth <folder>/ Analyze an entire folder
synth models See all the internal AI models doing the work
synth help Show the help menu

Tip: If you only want to extract the text without running an AI check, you can use the --no-text flag to toggle the text panel.


Configuration & Advanced Use

For developers or those needing advanced setup (like plugging in external APIs such as OpenAI or Anthropic), simply create a .env file in the directory. You can use the provided .env.example as a template.

For full technical documentation, see the Architecture Guide and API Guide.


License

MIT — see LICENSE for details.

Read the rest on GitHub

Scan report · 2026-09-15
  • Prohibited terms or links
  • Repository eligibility
  • slopscore.md paperwork
  • Content policy
  • Risk review

0 comments

log in to comment.

report this listinglog in to report