Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 560 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 560 Bytes

NLP Search Engine

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!

Getting it to Run:-

Installation:-

pip install virtualenv

Create a new venv and activate it

Install the Dependencies:-

pip install -r requirements.txt

Run Using the Following Command

streamlit run main.py