Skip to content

Reminiscia is a multimodal text-to-image search application using CLIP model. It will give you the most relevant photos in your photo album based on your search to bring back some old memories

Notifications You must be signed in to change notification settings

yyf20001230/Reminiscia_App

Repository files navigation

Reminiscia

About

Reminiscia is a mobile offline image searching app based on CLIP

Desktop (PyTorch)

$ conda install --yes -c pytorch pytorch=1.7.1 torchvision cudatoolkit=11.0
$ pip install ftfy regex tqdm
$ pip install git+https://github.com/openai/CLIP.git

Steps to run CLIP on desktop:

  • Add images to album folder (convert HEIC into JPG)
  • Compute image features with $ python build_index.py, the features will be stored to image_features.pt
  • Query the images with $ python query_index.py {query}

Screenshot

  •          

About

Reminiscia is a multimodal text-to-image search application using CLIP model. It will give you the most relevant photos in your photo album based on your search to bring back some old memories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •