A Streamlit component based on React Image Crop.
pip install streamlit-image-crop
Try example.py.
First, you need to install dependencies:
git clone https://github.com/mitsuse/streamlit-image-crop.git && cd streamlit-image-crop
pip install poetry
poetry install
Next, run react-scripts start
:
cd streamlit-image-crop/frontend/ && npm run start
Finally, run the example:
poetry run streamlit run example.py
Streamlit Image Crop is licensed under the ISC license. Please read LICENSE for the detail.