Skip to content

Instantly share code, notes, and snippets.

View seafella's full-sized avatar

Steven Wilkinson seafella

View GitHub Profile
@seafella
seafella / rename-pictures.sh
Last active February 4, 2024 20:06 — forked from jart/rename-pictures.sh
Shell script for renaming all images in a folder
#!/bin/sh
# rename-pictures.sh
# Author: Justine Tunney <[email protected]>
# License: Apache 2.0
#
# This shell script can be used to ensure all the images in a folder
# have good descriptive filenames that are written in English. It's
# based on the Mistral 7b and LLaVA v1.5 models.
#
# For example, the following command:
@seafella
seafella / 0_reuse_code.js
Created November 29, 2016 19:38
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console