https://github.com/gaborvecsei/mini-gallery
https://github.com/gaborvecsei/mini-gallery
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaborvecsei/mini-gallery
- Owner: gaborvecsei
- License: mit
- Created: 2021-09-10T14:40:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T10:16:48.000Z (over 4 years ago)
- Last Synced: 2024-12-29T17:16:59.484Z (over 1 year ago)
- Language: Python
- Size: 2.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini Gallery
A minimal webui image & video viewer for quick image inspection on remote servers

# Install/Setup
## "No clone" setup
```
pip install pillow streamlit
streamlit run https://raw.githubusercontent.com/gaborvecsei/Mini-Gallery/master/mini_gallery/gallery.py
```
# Why?
Most of the time I am working on remote (& headless) servers (living the dream inside the terminal :heart_eyes: only)
and when I need to inspect a few images quickly it is a burden.
We have multiple options like `rsync` or use a `jupyter notebook` but this tool is much faster at doing this
without much manual tinkering.
(Also I could not find a webui gallery app like this, so I made it quickly).