This project is to create a custom component for streamlit which include following features:
- Upload a jpg image (or png)
- Display the image with a widget that allows Cropping, Adjusted Images (drag/move), and Zoom, manually by a user.
- Make the final image size to 900px X 900px
- Return the output image, and allow to save and display separately.
pip install streamlit-image-crop-component
from image_crop_component import image_crop_component
image_crop_component(name="image-cropper")