git clone https://code.gramener.com/cto/imageexplore.git
Then run any HTTP server and open index.html
.
- Create a new folder in lowercase-with-hyphens, e.g.
newdemo
. - Add an entry to
config.json
underdemos
like{"title": "...", "body": "...", "folder": "newdemo"}
- Compress images to
.jpg
or.png
(e.g. using tinypng) and save them undernewdemo/
- OPTIONAL: Write
newdemo/setup.sh
to for any image extraction or processing - Add the images https://gramener.com/imageexplore/, download the JSON and save as
newdemo/similarity.json
- Commit and push the changes