google-image-search Questions
1
Solved
From what I understand, Google removed custom date range filters for image searches around 2018 - 2019. I was wondering if anyone has found a workaround.
Are there other image search engines...
Elliott asked 12/10, 2020 at 13:48
1
I am having issues with indexing the images that are optimized by the Next/Image component these images are in the public folder of my Next.js app.
I haven't seen any examples where any resource/UR...
Quail asked 12/3, 2022 at 11:6
3
Solved
I've made an android app that uses the JSON Google image search API to provide images but I have noticed that Google have stopped supporting it. I have also discovered that Wikidata sometimes provi...
Arv asked 21/12, 2015 at 10:48
1
Solved
We have made an app where users can upload a profile photo. We want to make sure that the photos are of the users themselves and not celebrities or memes, so we send out a mail to moderators every ...
Banebrudge asked 20/10, 2022 at 8:40
3
I'm managing a photo sharing website and as an admin I'd like to have a button that checks the origin of the uploaded photo (for the sake of copyright infringements).
My idea was to simply launch...
Marcelina asked 30/11, 2011 at 11:17
2
I am using the Google Custom Search API to search for images. My implementation is using Java, and this is how I build my search string:
URL url = new URL("https://ajax.googleapis.com/ajax/service...
Cohligan asked 4/9, 2015 at 21:37
4
I'm using google_images_download library to download top 20 images for a keyword. It's worked perfectly when I'm using it last days. Code is as follows.
from google_images_download import google_i...
Handfast asked 24/2, 2020 at 6:49
5
Solved
The code helped me download bunch of images from google. It used to work a few days back and now all of the sudden the code breaks.
Code :
# importing google_images_download module
from google...
Installation asked 9/2, 2020 at 8:56
5
Solved
How can I programmatically through java convert an image to "some string" to pass it as a parameter for searching in google image search. Actually I have made some base64 convertion of image but it...
Carrel asked 28/9, 2011 at 14:26
9
Solved
I am using google image search API. Till yesterday it was working, but today morning it says "This API is no longer available"
Is it officially closed, Or any error at my side
Request
https://aj...
Brogue asked 2/12, 2015 at 5:16
3
Solved
I'm looking for a batch or Powershell script to search for similar images on Google images using a local image as input.
My research so far
The syntax for a image search using a URL rather than...
Gamber asked 31/1, 2013 at 20:13
4
Solved
I'm trying to pass a callback function from a controller to a directive.
Here's the callback function code:
$scope.onImageSelect = function(image) {
alert('SET');
$scope.card.image = image;
};
...
Neille asked 15/7, 2015 at 20:26
2
Solved
I have a website where users can submit pictures. I'd like to search Google automatically with these images to minimise the chance that the pictures are stolen from an other website. I know about t...
Vitale asked 12/4, 2012 at 8:14
2
Started about 40 hours ago, Google Custom Search when used for image search (searchType=image) always returns 500 error. I have double checked with the APIs documentation and there seems to be no c...
Collard asked 10/12, 2014 at 21:5
0
I want to start searching for an image, stored locally, using JavaScript and Google Image (Google Image Link). I know how to do it manually, but I can't figure out how to automate the search throug...
Convict asked 14/8, 2018 at 18:42
7
Solved
Since Google image search API is deprecated, one should use Google custom search API for this.
I've made a small example using it. My problem is I want to return google image search results only. ...
Terrarium asked 9/12, 2011 at 16:44
3
Solved
I want to use Google's Tensorflow to return similar images to an input image.
I have installed Tensorflow from http://www.tensorflow.org (using PIP installation - pip and python 2.7) on Ubuntu14.0...
Elasticize asked 15/1, 2016 at 11:13
1
Solved
I'm searching for an API or a program (preferably Python and open-source) which lets me download the first n pictures of a Google Image Search for let's say bicycles. It would also be helpful...
Oneness asked 7/4, 2016 at 12:3
3
Solved
I have checked Google Search API's and it seems that they have not released any API for searching "Images". So, I was wondering if there exists a python script/library through which I can automate ...
Husbandry asked 2/12, 2011 at 20:42
2
Solved
These days I noticed that Google Search API for images which I'm using on my project is no longer available, e.g.
https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=apple
r...
Revis asked 2/12, 2015 at 21:39
1
Solved
I have an app that's basically a database of images stored on my local drive. Sometimes I need to find a higher resolution version or the web source of an image, and Google's reverse image search i...
Tampon asked 24/4, 2014 at 13:20
4
Solved
Is there any way to build the URL of a medium/large/original image corresponding to a thumbnail URL returned by the Google Custom Search API?
In other words, from this thumbnail URL:
https://t...
Huldahuldah asked 13/1, 2015 at 15:6
1
Solved
I'm developing an Android app that will do a Google Image Search and return the images to the user in a list. I've looked around on StackOverflow and have run into some problems. First off, I'm a t...
Florina asked 27/5, 2014 at 5:54
1
Trying to find out how to do Google image searches via an API / REST call. Apparently the image search API is deprecated and directs us to the Custom Search API.
But my first experiments with the ...
Hoem asked 4/10, 2013 at 23:22
2
Solved
In my application I'm going to implement an image search like Google image search. Only difference is here I'm searching only for human faces. Here's how it goes..
user take a picture of a person...
Brahmaputra asked 28/1, 2013 at 7:8
1 Next >
© 2022 - 2024 — McMap. All rights reserved.