diff --git a/html/templates/index.html b/html/templates/index.html index d92310c5..dde1d337 100644 --- a/html/templates/index.html +++ b/html/templates/index.html @@ -345,13 +345,29 @@

All data will be backed up to the Internet Archive on a regular basis. Learn More

+

+ +
+ Gamification +
+

+

ImageMonkey uses gamification concepts to make collecting images more fun (see ImageMonkey - The Game)

+ +

+ +
+ Open Source +
+

+

All data is released under the CC0 license.

+

Install your own

-

Want to host your own image collecting service? Fork us on Github

+

Want to host your own image collecting service? Fork us on Github

diff --git a/html/templates/libraries.html b/html/templates/libraries.html index 789779bd..6cb0a877 100644 --- a/html/templates/libraries.html +++ b/html/templates/libraries.html @@ -127,7 +127,7 @@

Example




P.S.

- In case you want to access ImageMonkey via Python, have a look at our Python library. + In case you want to access ImageMonkey via Python, have a look at our Python library. But keep in mind, the library is still in an alpha stage and the API might change at any point!
diff --git a/html/templates/mobile.html b/html/templates/mobile.html index 14dca7d3..467635b1 100644 --- a/html/templates/mobile.html +++ b/html/templates/mobile.html @@ -42,7 +42,7 @@

Build from source -
Fork us and build the ImageMonkey App from source.
+
Fork us and build the ImageMonkey App from source.

diff --git a/html/templates/playground.html b/html/templates/playground.html index fab9edaf..a7ccd077 100644 --- a/html/templates/playground.html +++ b/html/templates/playground.html @@ -190,7 +190,7 @@

What's this?
-

ImageMonkey uses a neuronal net for content moderation.

The neuronal net was trained on thousands of images extracted from NSFW and SFW videos.
It for sure doesn't replace manual moderation, but helps us to quickly scan uploaded content for NSFW content.

This feature is still in Beta mode and will be constantly improved. If you want to give it a try, just upload a photo ;-).
If you are interested in the model, have a look at the imagemonkey-playground repository - it's Open-Source!

+

ImageMonkey uses a neuronal net for content moderation.

The neuronal net was trained on thousands of images extracted from NSFW and SFW videos.
It for sure doesn't replace manual moderation, but helps us to quickly scan uploaded content for NSFW content.

This feature is still in Beta mode and will be constantly improved. If you want to give it a try, just upload a photo ;-).
If you are interested in the model, have a look at the imagemonkey-playground repository - it's Open-Source!

Close