Skip to content

Releases: TechyNilesh/DeepImageSearch

DeepImageSearch

18 Apr 04:22
Compare
Choose a tag to compare

Changelogs:

  • The entire code has been updated. Now you have the option to choose from over 500 feature extraction models, including ViT (Vision Transformers).
  • Annoy has been removed due to indexing restrictions.
  • FAISS is now being used for faster indexing and reindexing of new images.
  • Various major issues have been fixed.
  • The documentation has been updated.
  • GPU support has been added.

DeepImageSearch

08 Apr 14:14
Compare
Choose a tag to compare

Changelog:

  • Removed the TensorFlow codebase and added Torchvision for improved performance and ease of use.
  • Replaced the VGG16 model with the VIT model for feature extraction, resulting in improved accuracy and faster processing times.
  • Updated "plot_similar_images" function to allow users to specify how many similar images they want to print and also to print the input image.
  • Fixed bugs that were causing errors in certain edge cases.
  • Updated README.md file to reflect the changes made and to provide more comprehensive documentation.

DeepImageSearch

31 May 13:39
e4507fa
Compare
Choose a tag to compare
v_14

Update setup.py

DeepImageSearch

24 May 15:51
7e3dad8
Compare
Choose a tag to compare
v_13

Update README.md

DeepImageSearch

24 May 13:08
71f39db
Compare
Choose a tag to compare
v_12

Update README.md

DeepImageSearch

24 May 12:58
e758678
Compare
Choose a tag to compare
v_11

Update setup.py

DeepImageSearch

24 May 12:37
779c109
Compare
Choose a tag to compare
v_10

Update setup.py

DeepImageSearch

24 May 11:19
2023fe1
Compare
Choose a tag to compare
v_05

Update README.md