Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 934 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 934 Bytes

Streamlit Image Crop

A Streamlit component based on React Image Crop.

Screenshot

Installation

pip install streamlit-image-crop

Example

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

License

Streamlit Image Crop is licensed under the ISC license. Please read LICENSE for the detail.