Image - Text Correlation Tester Application with the SigLIP Model
Image source options
- Network
- Local file
- Comupter camera
conda create -n siglip python=3.10 -y && \
conda activate siglip
git clone https://github.com/tsutof/siglip-tester && \
cd siglip-tester && \
pip install -e .
streamlit run siglip_tester/app.py
- Choose a image source from the options at the sidebar.
- Input a text to match with the image. The text will be added to the data frame with the probability calculated by the SigLIP model.