Skip to content

gramener/imageexplore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Explore

Setup

git clone https://code.gramener.com/cto/imageexplore.git

Then run any HTTP server and open index.html.

Add a new demo

  1. Create a new folder in lowercase-with-hyphens, e.g. newdemo.
  2. Add an entry to config.json under demos like {"title": "...", "body": "...", "folder": "newdemo"}
  3. Compress images to .jpg or .png (e.g. using tinypng) and save them under newdemo/
  4. OPTIONAL: Write newdemo/setup.sh to for any image extraction or processing
  5. Add the images https://gramener.com/imageexplore/, download the JSON and save as newdemo/similarity.json
  6. Commit and push the changes

How this app was built

Explainer video