A Streamlit app based on CLIP's Tensorflow Implementation from Scratch.PreTrained Bert as Text Encoder and Inception as the pre trained vision encoder.Notebook for the models!
pip install virtualenv
Create a new venv and activate it
pip install -r requirements.txt
streamlit run main.py