This project is for OPTiM TECH BLOG.
- Copy images which you want to search (
.jpgonly) todatasetsdirmkdir datasets cp /path/to/images/*.jpg datasets/ - Build image
docker build -t clip . - Run container
docker run --rm -it -p 8501:8501 clip - Open localhost:8501 in browser