You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,18 @@
1
-
A Dev Platform app for detecting AI content in images.
1
+
A Dev Platform app for detecting AI or other unwanted content in images.
2
2
3
-
This app uses the Sightengine API to analyse image posts for AI content.
3
+
This app uses the Sightengine API to analyse image posts. Detections supported:
4
+
5
+
* AI-generated images
6
+
* Deepfake images
7
+
* Minors in images
8
+
* Poor quality (blurry) images
9
+
* Offensive content (Nazi, white supremacist or terrorist imagery)
10
+
* Spammy QR codes or text on an image
11
+
* Drug imagery
4
12
5
13
To use, you need to sign up to [Sightengine's platform](https://sightengine.com/) and obtain an API user ID and key. You must set the API User in the app settings, and the API key via the subreddit context menu.
6
14
7
-
For many use cases, Sightengine's free tier will be adequate, permitting 100 AI detections per day up to 400/month. For higher usage needs, Sightengine offer paid plans.
15
+
For many use cases, Sightengine's free tier will be adequate, permitting 500 "operations" per day up to 2,000/month. AI and Deepfake checks use 5 "operations" each, while other checks use 1 each. For higher usage needs, Sightengine offer paid plans.
8
16
9
17
## Checking images
10
18
@@ -26,6 +34,10 @@ If an image is detected as AI, a report like this will be made:
26
34
27
35
## Change History
28
36
37
+
### v1.1
38
+
39
+
* Add additional detection types
40
+
29
41
### v1.0
30
42
31
43
* Initial Release
@@ -34,4 +46,4 @@ If an image is detected as AI, a report like this will be made:
34
46
35
47
This app is open source under the BSD 3-Clause licence. The source code can be found [here](https://github.com/fsvreddit/image-moderator).
36
48
37
-
Interested in detections for things other than AI? Get in touch by messaging /u/fsv! The list of possibilities can be seen in Sightengine's documentation [here](https://sightengine.com/docs/models).
49
+
Interested in detections for things not yet supported? Get in touch by messaging /u/fsv! The list of possibilities can be seen in Sightengine's documentation [here](https://sightengine.com/docs/models). It would be really useful if you could outline the kind of content you're looking to avoid on your subreddit.
0 commit comments