arckit
arckit copied to clipboard
Tools for working with the Abstraction & Reasoning Corpus
@mxbi Thanks for the awesome project! I Haphazardly added a function to print the grid to the terminal. It is based on the **rich** library. Example: ```python import arckit import...
E.g. in the README intro image, the grids have a dark background when viewed in dark mode. `draw_grid` needs to be modified to draw a opaque background colour inside the...
Hi @mxbi, Thanks for creating this package, it helps a lot with visualizing ARC tasks! I noticed the dataset folder hasn't been updated with the new ARC-AGI-2 and Kaggle 2025...
Re-work #2 but take numpy array as input. Example usage: ``` import arckit import arckit.vis as vis # Load the training data train_set, eval_set = arckit.load_data() # Get the first...
Per #1 the figure should have a opaque white background so that in the dark mode SVG rendering, black text will still be visible. PS I do not know how...