dotcheck
ForumCore commited on
Commit
00b8701
·
verified ·
1 Parent(s): 3876dcf

docs: org about + brand icon

Browse files
Files changed (2) hide show
  1. README.md +37 -0
  2. icon128.png +0 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - dotcheck
5
+ ---
6
+
7
+ # DotCheck
8
+
9
+ **See what's real.**
10
+
11
+ DotCheck scores how AI-like **images**, **video frames**, and **text** look — so people can tell synthetic media from human-made content. Scoring runs on DotCheck infrastructure (not on-device). Closed weights: public Hub pages describe engines and measured gates; inference heads are not redistributed.
12
+
13
+ **Leviathan** is DotCheck's product scoring system: in-house engines (Vermeer · Valla · Muybridge) + generator-surface prior + shared content-hash cache. Same path for Free, Premium, and Pro — not a tier upsell.
14
+
15
+ ## Engines (this org)
16
+
17
+ | Label | Modality | Wire | Hub model (docs only) |
18
+ |-------|----------|------|------------------------|
19
+ | **Vermeer** | Image | `inhouse@5` | [`DotCheck/vermeer-image-v5`](https://huggingface.co/DotCheck/vermeer-image-v5) |
20
+ | **Valla** | Text | `inhouse-text@9` (+ lang heads) | [`DotCheck/valla-text-v9`](https://huggingface.co/DotCheck/valla-text-v9) |
21
+ | **Muybridge** | Video frames | `inhouse-video@2` | [`DotCheck/muybridge-video-v2`](https://huggingface.co/DotCheck/muybridge-video-v2) |
22
+
23
+ Collection: [DotCheck Engines](https://huggingface.co/collections/DotCheck/dotcheck-engines).
24
+
25
+ Public claim floats are lockstep with product facts (`Data.json` / MODEL-CHOICE). Do not invent accuracy numbers from bake-off shortlists.
26
+
27
+ ## Product links
28
+
29
+ - How it works: [https://dotcheck.ai/how](https://dotcheck.ai/how)
30
+ - Docs (gates & method): [https://dotcheck.ai/docs](https://dotcheck.ai/docs)
31
+ - Check (try it): [https://dotcheck.ai/check](https://dotcheck.ai/check)
32
+ - Site: [https://dotcheck.ai](https://dotcheck.ai)
33
+
34
+ ## Weights policy
35
+
36
+ DotCheck heads are **closed**. Hub model repos in this org publish **cards and license text only** — no `.npz` / checkpoint files on public repos. Use Check or the Pro API; do **not** call `from_pretrained` on DotCheck head repos expecting runnable weights.
37
+
icon128.png ADDED