View remote list of image thumbnails in webpage
Created: 06 Feb 2023, 05:08 PM | Modified: =dateformat(this.file.mtime,"dd MMM yyyy, hh:mm a")
Tags: knowledge, tools
https://shis.readthedocs.io/en/stable/usage.html
https://github.com/nikhilweee/shis
Install SHIS.
pip install shis
Navigate to a directory/containing/images.
cd /directory/containing/images
Remember python -m http.server? Great. SHIS runs the same way.
python -m shis.server
There. You can now head over to http://0.0.0.0:7447/ (Or use your public IP instead). SHIS will generate thumbnails in the meanwhile.
python -m shis.server —thumb-dir ~/shis/
ssh darius@heat-AI-bigdata-3090-aftershock -NL 8158:localhost:7447
Then access the webpage via http://localhost:8158/

