WORK IN PROGRESS This repo uses CLIP in order to detect similar images.
- Run 'get_dataset.py' with yout favourite editions and get images
- Run 'trainer.py' to train the model
- Run 'predictor.py' with you image.
- dataset: where the images are stored (output get_dataset.py)
- embeddings: where the images embeddings are stored (output trainer.py)
- images: where input images and results are stored (output predictor.py)
- pca.npz: binary file that describes the PCA used to reduce feature in model, needed for inference (output of imgebeddings model)
This repo needs Tensorflow, Pytorch or Flax installed.
- docker
- API
- Benchmark
- fix predictor output