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
+11-21Lines changed: 11 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,15 +152,18 @@ with open("path/to/new/file.png", "wb") as f:
152
152
153
153
## Robosets
154
154
155
-
RoboHash comes with five distinct sets of mechanical/biological entities:
155
+
RoboHash comes with distinct sets of mechanical/biological entities:
156
156
157
-
-**set1**: Classic robots created by Zikri Kader. The original robotic workforce.
158
-
-**set2**: Monsters created by Hrvoje Novakovic. A whole slew of random monsters.
159
-
-**set3**: Robot heads created by Julian Peter Arias. New, suave, disembodied heads. That's sexy. Like a robot.
160
-
-**set4**: Cats created by David Revoy. Hydroponically grown beautiful kittens.
161
-
-**set5**: Human avatars created by Pablo Stanley. For those afraid of the robocalypse, you can also generate human technicians to mind the robot army.
162
-
-**set6**: Cosmic Apes created by OceanSlim. Monkeying around with the fabric of space-time itself.
163
-
- Note: This set uses additional symbolic links to implement weighted rarity distribution as the creator originally intended. Apes with laser eyes and tear drop tattoos are exceptionally rare.
| set5 | Human avatars |[Pablo Stanley](https://avataaars.com/)| For those afraid of the robocalypse, you can also generate human technicians to mind the robot army | Free for personal and commercial use |
164
+
| set6 | Cosmic apes |[OceanSlim](https://github.com/0ceanSlim)| Monkeying around with the fabric of space-time itself | CC0 (Public Domain) |
165
+
166
+
Note **set6**: This set uses additional symbolic links to implement weighted rarity distribution as the creator originally intended. Apes with laser eyes and tear drop tattoos are exceptionally rare.
164
167
165
168
Specify which set you want in the `assemble()` method or through URL parameters. Alternatively, specify the string "any", and RoboHash will pick an image set for you, based on the provided hash.
166
169
@@ -172,19 +175,6 @@ The Python Code is available under the MIT/Expat license. See the `LICENSE.txt`
172
175
173
176
Feel free to embed the Robohash images, host your own instance of Robohash, or integrate them into your own project. If you do, please just mention where they came from :) Example wording might be "Robots lovingly delivered by Robohash.org" or similar.
174
177
175
-
### Image Sets Attribution
176
-
177
-
Robohash contains art from various talented creators:
178
-
179
-
- The "set1" artwork (and robohash backgrounds) were created by Zikri Kader. They are available under CC-BY-3.0 or CC-BY-4.0 license.
180
-
- The "set2" artwork was created by Hrvoje Novakovic. They are available under CC-BY-3.0 license.
181
-
- The "set3" artwork was created by Julian Peter Arias. They are available under CC-BY-3.0 license.
182
-
- The Cats/"set4" were created by David Revoy, used under CC-BY-4.0 https://www.peppercarrot.com/extras/html/2016_cat-generator/
183
-
- The avatars used in "set5" were created by Pablo Stanley, for https://avataaars.com/. They are "Free for personal and commercial use. 😇"
184
-
- The Cosmic Apes/"set6" were created by [OceanSlim](https://github.com/0ceanSlim). They are available under CC0 (Public Domain).
185
-
186
-
You are free to embed robots under the terms of the CC-BY license. Example wording might be "Robots lovingly delivered by Robohash.org" or something similarly respectful of our robotic overlords.
187
-
188
178
## Continuous Integration and Deployment
189
179
190
180
This project uses GitHub Actions for continuous integration and deployment:
0 commit comments