Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Streamlit Image Crop

install

1

git clone --depth=1 https://github.com/mitsuse/streamlit-image-crop
cd streamlit-image-crop
uv python install 3.8.20
uv venv --python 3.8.20
.venv\Scripts\activate.bat
uv pip install poetry
poetry install
cd streamlit_image_crop/frontend
nvm install 16.20.0
nvm use 16.20.0
npm install
npm run build

usage

cd streamlit_image_crop/frontend
serve -s build -l 4321
# In a new terminal session
cd streamlit_image_crop
uv pip install -U click==8
streamlit run example.py

streamlit-image-crop


  1. click.get_os_args is deprecated on module 'click 8.1.0'