A live available at ebay-broken-image.boyu.io Expect up to 5 minutes delay in response due to limited computational power.
Get you a copy of the project up and running on your local machine for development and testing purposes.
This application is written in Python 3.7
Use pip
to install dependency
pip install requirements.txt
local testing goes here
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
- Flask - Web application microframework
- BeautifulSoup - Web page information scraper
- Keras - Open source neural network library
- TensorFlow - Open source neural network library
- Boyu Jiang (Minerva class of 2020) - Initial work - GitHub
project license goes here