find-the-animal / pages /πŸ’β€β™€οΈ_Info.py
Tuana's picture
tabbed page and highlighted context
4e2b533
raw
history blame
498 Bytes
import streamlit as st
st.markdown("""
# Better Image Retrieval With Reinforced CLIP 🧠
CLIP is a neural network trained on image-text pairs that can predict how semantically close images are with some text
But, although CLIP understands what it sees, it doesn't know its properties. While other models can understand text that contains such information, like Wikipedia.
In this demo application, we see if we can 'help' CLIP by reinforcing it with another model.""")
st.image("diagram.png")