Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfahn22/10print
demo showing how to create a dataset of 10Print images
https://github.com/kfahn22/10print
Last synced: 21 days ago
JSON representation
demo showing how to create a dataset of 10Print images
- Host: GitHub
- URL: https://github.com/kfahn22/10print
- Owner: kfahn22
- Created: 2024-01-29T22:55:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T00:29:49.000Z (11 months ago)
- Last Synced: 2024-02-01T01:26:24.505Z (11 months ago)
- Language: Jupyter Notebook
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo of how to push a dataset of 10Print images to the Hugging Face hub
This repo demos how how to create a dataset of labeled 10Print images and push them to the [Hugging Face hub](https://huggingface.co). You can find the dataset [here](https://huggingface.co/datasets/kfahn/10Print).
The 10Print algorithm is an easy way to make random-looking mazes. For each square in a grid, either an upward or downward slash is drawn based on some random probability. If you would like to learn more about the 10Print algorithm, I recommend that you watch Daniel Shiffman's [10Print Coding Challenge](https://thecodingtrain.com/challenges/76-10Print).
![image](assets/10.png)
Note that you will need to create a free Huggin Face account and then go to settings and create a **WRITE** access token to push a dataset to the Hugging Face hub.
Once you have pushed the dataset to the hub, your dataset will be converted to Parquet format and a Dataset viewer will be created.
![viewer](assets/viewer.jpg)
[Open Jupyter Notebook](10Print_labeled_image_dataset.ipynb)