https://github.com/2320sharon/Streamlit_Image_Sorter
Generic Image Sorter Interface for Streamlit
https://github.com/2320sharon/Streamlit_Image_Sorter
image image-preprocessing python streamlit
Last synced: 11 months ago
JSON representation
Generic Image Sorter Interface for Streamlit
- Host: GitHub
- URL: https://github.com/2320sharon/Streamlit_Image_Sorter
- Owner: 2320sharon
- License: mit
- Created: 2022-05-03T23:48:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T22:21:01.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T03:09:38.698Z (over 1 year ago)
- Topics: image, image-preprocessing, python, streamlit
- Language: Python
- Homepage:
- Size: 202 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Streamlit Customizable Image Sorter 📸
Do you want to apply your own custom functions to your imagery and preview what they look like?
Well this simple streamlit tool lets you create your own function to modify your imagery, preview what they would look like, then download the modified images.

## How to Use it 📊
1. Fork Your own copy or clone this repo.
2. Replace the `enhance_img` with your custom function.

3. Make sure your custom function returns a `PIL.Image.Image` otherwise the program won't function properly.
4. Run the command `streamlit run sorter.py` in the directory where your program is located.
## Features ‼️
1. Preview the modified images made by your custom function with preview mode.
2. Apply your custom function image by image and download the individual images.
3. Apply your custom function to all the images at once and download the `.zip`
## Tips for Customization 🎨
1. Check out the offical [Streamlit Docs](https://docs.streamlit.io/) for adding cool components like dropdown menus and more!
## How to Install Streamlit
[Check out Streamlit's Instructions](https://docs.streamlit.io/library/get-started/installation)
## Disclaimers ⚠️
1. This version outputs all images as `.jpg`.