Skip to content

An Image Search Engine Based on OPEN AI CLIP Implementation(from Scratch :)

Notifications You must be signed in to change notification settings

harry-stark/NLP-Image-Search-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An Image Search Engine Based on OPEN AI CLIP Implementation(from Scratch :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published