cfahlgren1 / hf-data-explorer

Chrome Extension for exploring Hugging Face datasets 🔎
https://chromewebstore.google.com/detail/hugging-face-datasets-exp/algkmpgdgbindfpddilldlogcbhpkhhd
48 stars 2 forks source link

bug: Loading Image Datasets is slow #20

Open cfahlgren1 opened 3 months ago

cfahlgren1 commented 3 months ago

Loading image datasets can be very slow since it is loading all of the bytes into the table which is not very performant.

image

We can see the type of the column as bytes, maybe we can have a custom cell component showing a file icon so the table can remain performant?