semantic text2image search
1.0.0
This code let's you search your images in a descriptive manner.

In a location where you want to place this repo, use the following commands:
git clone [email protected]:bauerem/semantic-text2image-search.git
cd semantic-text2image-search
source setup.sh
i. Place your images into the backend/images directory.
ii. Make them searchable with the following script:
source vectorize.sh
You can now run the software using the command:
source run_backend.sh
And in another terminal, using the command:
source run_frontend.sh