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: 7 months 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T16:43:48.000Z (over 1 year ago)
- Last Synced: 2024-05-01T13:56:10.040Z (over 1 year 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[](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 [siddhant.sadangi@gmail.com](mailto:siddhant.sadangi@gmail.com) and/or connect with me on [LinkedIn](https://linkedin.com/in/siddhantsadangi).