This tool was developed through funding received from the European Union’s Horizon 2020 research and innovation programme, under the TInnGO Project, Grant Agreement no. 824349
It is a tool to tag Google image queries with Clarifai.
Use it online: https://tantlab.github.io/google-image-dmi-clarifai/
The tool is basically a web page. Serve it somewhere and you can use it.
This tool has no integrated way to change the script, but you can reproduce my manual process.
The template for the script is the file script_template.js
. This file in itself is not used by the tool. Note that it contains a proxy (%%APIKEY%%
) for the API key that the user must fill in the interface. The script in the interface will ultimately replace this by the right key.
The script of the bookmarklet is generated manually by copy-pasting the content of script_template.js
into the bookmarklet generator of Artoo. The resulting script is then stored in the repository as script_template_artoo.js
. This file is the one actually used by the web interface to build the bookmarklet.
To @Yomguithereal for his work on Artoo !