Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard B committed Jan 21, 2020
2 parents 0635031 + 8d8c0c8 commit 2c11829
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion html/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,29 @@ <h3 class="ui header">
</h3>
<p>All data will be backed up to the Internet Archive on a regular basis. <a href="/public_backup">Learn More</a></p>

<h3 class="ui header">
<i class="gamepad icon"></i>
<div class="content">
Gamification
</div>
</h3>
<p>ImageMonkey uses gamification concepts to make collecting images more fun (see <a href="https://play.google.com/store/apps/details?id=io.imagemonkey.thegame">ImageMonkey - The Game</a>)</p>

<h3 class="ui header">
<i class="star icon"></i>
<div class="content">
Open Source
</div>
</h3>
<p>All data is released under the <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 license</a>.</p>

<h3 class="ui header">
<i class="plug icon"></i>
<div class="content">
Install your own
</div>
</h3>
<p>Want to host your own image collecting service? Fork us on <a href="https://github.com/bbernhard/imagemonkey-core">Github</a></p>
<p>Want to host your own image collecting service? Fork us on <a href="https://github.com/ImageMonkey/imagemonkey-core">Github</a></p>
</div>
<div class="six wide right floated column">
<img src="img/animation.gif" class="ui large bordered rounded image">
Expand Down
2 changes: 1 addition & 1 deletion html/templates/libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h1 class="ui header">Example</h1>

<br><br><br>
<h1>P.S.</h1>
In case you want to access ImageMonkey via Python, have a look at our <a href="https://github.com/bbernhard/imagemonkey-libs">Python library</a>.
In case you want to access ImageMonkey via Python, have a look at our <a href="https://github.com/ImageMonkey/imagemonkey-libs">Python library</a>.
But keep in mind, the library is still in an alpha stage and the API might change at any point!
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion html/templates/mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2 class="ui icon header center aligned">
<i class="github icon"></i>
<div class="content">
Build from source
<div class="sub header"><a href="https://github.com/bbernhard/imagemonkey-client">Fork us</a> and build the ImageMonkey App from source.</div>
<div class="sub header"><a href="https://github.com/ImageMonkey/imagemonkey-client">Fork us</a> and build the ImageMonkey App from source.</div>
</div>
</h2>

Expand Down
2 changes: 1 addition & 1 deletion html/templates/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h2 class="ui inverted header">
<div class="center aligned header">
What's this?
</div>
<p>ImageMonkey uses a neuronal net for content moderation.<br><br>The neuronal net was trained on thousands of images extracted from NSFW and SFW videos.<br>It for sure doesn't replace manual moderation, but helps us to quickly scan uploaded content for NSFW content.<br><br>This feature is still in <b>Beta mode</b> and will be constantly improved. If you want to give it a try, just upload a photo ;-).<br>If you are interested in the model, have a look at the <a href="https://github.com/bbernhard/imagemonkey-playground">imagemonkey-playground repository</a> - it's Open-Source! </p>
<p>ImageMonkey uses a neuronal net for content moderation.<br><br>The neuronal net was trained on thousands of images extracted from NSFW and SFW videos.<br>It for sure doesn't replace manual moderation, but helps us to quickly scan uploaded content for NSFW content.<br><br>This feature is still in <b>Beta mode</b> and will be constantly improved. If you want to give it a try, just upload a photo ;-).<br>If you are interested in the model, have a look at the <a href="https://github.com/ImageMonkey/imagemonkey-playground">imagemonkey-playground repository</a> - it's Open-Source! </p>
<div class="actions">
<div class="ui right labeled cancel button">
Close
Expand Down

0 comments on commit 2c11829

Please sign in to comment.