Skip to content

mitsuse/streamlit-image-crop

Repository files navigation

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.

About

A Streamlit component based on React Image Crop.

Resources

License

Stars

Watchers

Forks

Packages

No packages published