Skip to content

Commit cfb9f71

Browse files
authored
Merge pull request #71 from nafanz/main
RoboHash set table
2 parents 5d7895f + bb49490 commit cfb9f71

1 file changed

Lines changed: 11 additions & 21 deletions

File tree

README.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,18 @@ with open("path/to/new/file.png", "wb") as f:
152152

153153
## Robosets
154154

155-
RoboHash comes with five distinct sets of mechanical/biological entities:
155+
RoboHash comes with distinct sets of mechanical/biological entities:
156156

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.
157+
| Set | Name | Author | Description | License |
158+
|------|----------------|-----------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|--------------------------------------|
159+
| set1 | Classic robots | Zikri Kader | The original robotic workforce | CC-BY-3.0, CC-BY-4.0 |
160+
| set2 | Monsters | Hrvoje Novakovic | A whole slew of random monsters | CC-BY-3.0 |
161+
| set3 | Robot heads | Julian Peter Arias | New, suave, disembodied heads. That's sexy. Like a robot | CC-BY-3.0 |
162+
| set4 | Cats | [David Revoy](https://www.peppercarrot.com/extras/html/2016_cat-generator/) | Hydroponically grown beautiful kittens | CC-BY-4.0 |
163+
| 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.
164167

165168
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.
166169

@@ -172,19 +175,6 @@ The Python Code is available under the MIT/Expat license. See the `LICENSE.txt`
172175

173176
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.
174177

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-
188178
## Continuous Integration and Deployment
189179

190180
This project uses GitHub Actions for continuous integration and deployment:

0 commit comments

Comments
 (0)