Find Similar Images in Python with DeepImagesearch DeepLearning based Library | Applied ML Tutorial

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 46

  • @nileshverma1964
    @nileshverma1964 2 роки тому +3

    Thankyou for using my library. You have explained very well

  • @vigneshshiva2628
    @vigneshshiva2628 Рік тому +1

    in kaggle i am not able to download deepimagesearch

  • @TechnoFilipino
    @TechnoFilipino Рік тому

    What if my imagelist is constantly updated? indexing all images everthing it's updated is time and resource consuming.

  • @Rakshanakrishnan
    @Rakshanakrishnan 12 днів тому

    sir for this can we find accuracy score or something to define its efficiency?

    • @1littlecoder
      @1littlecoder  12 днів тому

      You can define your own accuracy score

  • @kaviyas3863
    @kaviyas3863 2 роки тому +1

    One doubt bro...Are u doing in kaggle platform ? Can I use the same with google colab ? If I do it in colab, should I do any changes ? This project is based on deep learning right bro not machine learning ?

    • @1littlecoder
      @1littlecoder  2 роки тому +1

      You are right. You can do this on Google Colab. You just need to manage to get the dataset. ( On kaggle dataset is there)

    • @kaviyas3863
      @kaviyas3863 2 роки тому +1

      @@1littlecoder yeah bro...got it...I have to upload the dataset in drive...then I should the use drive path link in the place of dataset...Am I crt bro ?

    • @1littlecoder
      @1littlecoder  2 роки тому +1

      @@kaviyas3863 Yes That's your easiest way to do so.

    • @kaviyas3863
      @kaviyas3863 2 роки тому +1

      @@1littlecoder Thanks bro...

    • @1littlecoder
      @1littlecoder  2 роки тому +1

      You're welcome

  • @hadilaffes5444
    @hadilaffes5444 2 роки тому

    Thank you so much for the video.
    I have a question please, did you remove the output layer (softmax) from architecture of the model?

    • @1littlecoder
      @1littlecoder  2 роки тому

      Technically I didn't have to deal with those because of the library is kind of abstracting it for me.

    • @hadilaffes5444
      @hadilaffes5444 2 роки тому

      @@1littlecoderso what is it the output layer?
      the library transforms the images into vectors and does the search for similar images?

  • @ZIGATRONZ
    @ZIGATRONZ 2 роки тому

    Help, I can't install DeepImageSearch on my Windows. Every time I ran 'pip install DeepImageSearch', it then throw "Building wheel for annoy (setup.py) ... error" and I still can't fix the issue. Looking forward to the solution.

    • @1littlecoder
      @1littlecoder  2 роки тому

      Are you installing on Local machine or some cloud platform?

    • @ZIGATRONZ
      @ZIGATRONZ 2 роки тому

      @@1littlecoder As I mentioned before, I'm trying to install it on my local Windows 10 with python version 3.9.7.

    • @1littlecoder
      @1littlecoder  2 роки тому

      @@ZIGATRONZ Did you try install from their github?

    • @ZIGATRONZ
      @ZIGATRONZ 2 роки тому

      @@1littlecoder I successfully install it via git clone and install it by command 'python setup.py install' but still I face a same error but a bit different, which is "ModuleNotFoundError: No module named 'annoy'". I try fix it by installing annoy via 'pip install annoy' and same error occur "Building wheel for annoy (setup.py) ... error".

    • @1littlecoder
      @1littlecoder  2 роки тому +1

      @@ZIGATRONZ can you try to install annoy from GitHub? I think your python installation or environment might have some issue

  • @51swarajrohad87
    @51swarajrohad87 Рік тому

    how do i use a database instead of a folder to load data

  • @bikisarmah9112
    @bikisarmah9112 3 роки тому +1

    Thank you so much for all the hard work you put into your video. We truly appreciate it. i just want to know that how can we make similar type of application with web searching facilities instead of using local file ?

    • @1littlecoder
      @1littlecoder  2 роки тому

      Thanks for the kind words. You might have to build a crawler for that. There are many companies building such semantic search tools for the web

  • @rahulnegi456
    @rahulnegi456 3 роки тому

    BTW any method to customize model?

  • @rahulnegi456
    @rahulnegi456 3 роки тому +1

    keep going bro, Machine Learning FTW.

  • @avinashbhat5478
    @avinashbhat5478 3 роки тому

    I am not able to install annoy and deepimagesearch , I am getting error build failed

    • @1littlecoder
      @1littlecoder  2 роки тому

      Try to install annoy from their GitHub

  • @divyankshi4988
    @divyankshi4988 2 роки тому

    hey i need a code that will upload the image from user and will show the output of the similar images present to us.
    please reply if u know

  • @neededneed2948
    @neededneed2948 2 роки тому +1

    thanks you very much! really

    • @1littlecoder
      @1littlecoder  2 роки тому

      Thank you. May I know where are you going to use it ?

  • @AditiMondal-xy7ug
    @AditiMondal-xy7ug 5 місяців тому

    cannot import Index from DeepImageSearch

    • @1littlecoder
      @1littlecoder  5 місяців тому

      did you install the latest version of it?

  • @darknights5020
    @darknights5020 3 роки тому

    @1littlecode I need your help. it is not working in VS code

  • @venkatasaikrishnagullapall5189
    @venkatasaikrishnagullapall5189 3 роки тому

    why im not able to install Deepimagesearch

  • @deepakts8941
    @deepakts8941 2 роки тому

    how to print the similarity score?

    • @1littlecoder
      @1littlecoder  2 роки тому

      Can you please check their github repo, I think there's a recent change in the api