MuJoCo by Ciro Santilli 40 Updated 2025-07-16
Was a closed source project by "Roboti LLC", which was then acquired by DeepMind in October 2021 and open sourced March 2022: www.deepmind.com/blog/open-sourcing-mujoco
This library is quite cool. Feel very brutally lean and mean.
Monaco (editor) by Ciro Santilli 40 Updated 2025-07-16
However also at the same time very limited integration with vscode, that makes using it for VScode compatibility almost useless, e.g.:
ImageNet1k download by Ciro Santilli 40 Updated 2025-07-16
To download from Kaggle, create an API token on kaggle.com, which downloads a kaggle.json file then:
mkdir -p ~/.kaggle
mv ~/down/kaggle.json ~/.kaggle
python3 -m pip install kaggle
kaggle competitions download -c imagenet-object-localization-challenge
The download speed is wildly server/limited and take A LOT of hours. Also, the tool does not seem able to pick up where you stopped last time.
Another download location appears to be: huggingface.co/datasets/imagenet-1k on Hugging Face, but you have to login due to their license terms. Once you login you have a very basic data explorer available: huggingface.co/datasets/imagenet-1k/viewer/default/train.
ImageNet subset by Ciro Santilli 40 Updated 2025-07-16
Subset generators:
Unfortunately, since ImageNet is a closed standard no one can upload such pre-made subsets, forcing everybody to download the full dataset, in ImageNet1k, which is huge!
By cranks:
Git tips by Ciro Santilli 40 Updated 2025-07-16
This is a quick presentation that goes over some of the most common difficulties people find with Git.

There are unlisted articles, also show them or only show them.