Skip to content

NextChance/google-product-search-simple-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple UI interface to call Google product search API

It helps user to index and search images.

Sample site: https://media-demo-service.appspot.com/

Note: the sample site above supports only alpha & beta version of Product Search. For the latest stable version please deploy your web ui from this repo's source code.

Video tutorial: https://youtu.be/BOdUYTO1jJY

To start the app in python virtual environment:

  • virtualenv --python python3 env
  • source env/bin/activate
  • pip install -r requirements.txt
  • python main.py

To deploy the app on Google App Engine:

  • gcloud app deploy --project "your-project-id"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.0%
  • HTML 21.4%
  • Python 9.5%
  • CSS 6.1%