Skip to content

Boyu1997/ebay-broken-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebay-broken-image

Demo

A live available at ebay-broken-image.boyu.io Expect up to 5 minutes delay in response due to limited computational power.

Getting Started

Get you a copy of the project up and running on your local machine for development and testing purposes.

Requirement

This application is written in Python 3.7

Installation

Use pip to install dependency

pip install requirements.txt

Testing

local testing goes here

Deployment

This application is deployment ready for Google Cloud Platform (GCP) Python Runtime Function.

Export GCP credential

export GOOGLE_APPLICATION_CREDENTIALS="PASS_TO_CREDENTIAL_FILE"

In beautifulsoup directory run

gcloud functions deploy ebay_beautifulsoup --runtime python37 --trigger-http

In pillow directory run

gcloud functions deploy ebay_pillow --runtime python37 --trigger-http

In vgg16 directory run

gcloud functions deploy ebay_vgg16 --runtime python37 --trigger-http

In gcp_main directory run

gcloud functions deploy ebay_broken_image --runtime python37 --trigger-http

Built With

  • Flask - Web application microframework
  • BeautifulSoup - Web page information scraper
  • Keras - Open source neural network library
  • TensorFlow - Open source neural network library

Authors

  • Boyu Jiang (Minerva class of 2020) - Initial work - GitHub

License

project license goes here

Acknowledgments

  • Mercari Euro Hack 2018 - Project ideation - WebPage
  • Jeff Cui (Minerva class of 2019) - Project ideation - GitHub
  • Qiusu Wang (Minerva class of 2020) - Project ideation - GitHub
  • Davi Frossard (WebPost: VGG in TensorFlow) - Code reference - WebPage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published