Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddhantsadangi/imageworkdesk
A mini image-processing Streamlit app
https://github.com/siddhantsadangi/imageworkdesk
image-processing pil pillow python streamlit webapp
Last synced: 9 days ago
JSON representation
A mini image-processing Streamlit app
- Host: GitHub
- URL: https://github.com/siddhantsadangi/imageworkdesk
- Owner: SiddhantSadangi
- License: mit
- Created: 2021-10-14T12:17:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T16:43:48.000Z (7 months ago)
- Last Synced: 2024-05-01T13:56:10.040Z (6 months ago)
- Topics: image-processing, pil, pillow, python, streamlit, webapp
- Language: Python
- Homepage: https://imageworkdesk.streamlit.app/
- Size: 83 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Image WorkDesk Streamlit App
A lightweight image-processing Streamlit app that supports the following operations:
* Upload image, take one with your camera, or load from a URL
* Crop
* Remove background
* Mirror
* Convert to grayscale or black and white
* Rotate
* Change brightness, saturation, contrast, sharpness
* Generate random image from supplied image
* Compare original and final images
* Download results[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/siddhantsadangi/imageworkdesk/app.py)
I am working on additional features, and would love to hear your feedback and if you had some features which you would like to be added.
You can reach out to me at [[email protected]](mailto:[email protected]) and/or connect with me on [LinkedIn](https://linkedin.com/in/siddhantsadangi).