Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 287 Bytes

sbubby

Classify images by which subreddits they most likely belong to.

Tips

Downloading a lot of images on a system with low memory (like a Raspberry Pi)? Try simplifying the .json first by piping it through jq -c -M '[.[] | {id, url, subreddit}]' to cut down on memory usage!