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 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 ?
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 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".
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 ?
Thankyou for using my library. You have explained very well
It's my pleasure
in kaggle i am not able to download deepimagesearch
What if my imagelist is constantly updated? indexing all images everthing it's updated is time and resource consuming.
sir for this can we find accuracy score or something to define its efficiency?
You can define your own accuracy score
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 ?
You are right. You can do this on Google Colab. You just need to manage to get the dataset. ( On kaggle dataset is there)
@@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 ?
@@kaviyas3863 Yes That's your easiest way to do so.
@@1littlecoder Thanks bro...
You're welcome
Thank you so much for the video.
I have a question please, did you remove the output layer (softmax) from architecture of the model?
Technically I didn't have to deal with those because of the library is kind of abstracting it for me.
@@1littlecoderso what is it the output layer?
the library transforms the images into vectors and does the search for similar images?
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.
Are you installing on Local machine or some cloud platform?
@@1littlecoder As I mentioned before, I'm trying to install it on my local Windows 10 with python version 3.9.7.
@@ZIGATRONZ Did you try install from their github?
@@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".
@@ZIGATRONZ can you try to install annoy from GitHub? I think your python installation or environment might have some issue
how do i use a database instead of a folder to load data
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 ?
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
BTW any method to customize model?
keep going bro, Machine Learning FTW.
Thanks Bro 😁
I am not able to install annoy and deepimagesearch , I am getting error build failed
Try to install annoy from their GitHub
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
can you email me at 1littlecoder at gmail dot com
did you find solution for that
thanks you very much! really
Thank you. May I know where are you going to use it ?
cannot import Index from DeepImageSearch
did you install the latest version of it?
@1littlecode I need your help. it is not working in VS code
Did you face any error
why im not able to install Deepimagesearch
Is it showing some error?
@@1littlecoder yes
how to print the similarity score?
Can you please check their github repo, I think there's a recent change in the api