Coder Social home page Coder Social logo

google-capstone's Introduction

Project Problem statement

You work for an online fruit store, and you need to develop a system that will update the catalog information with data provided by your suppliers. When each supplier has new products for your store, they give you an image and a description of each product.

Given a bunch of images and descriptions of each of the new products, you’ll:

  • Upload the new products to your online store. Images and descriptions should be uploaded separately, using two different web endpoints.
  • Send a report back to the supplier, letting them know what you imported.

Since this process is key to your business's success, you need to make sure that it keeps running! So, you’ll also:

  • Run a script on your web server to monitor system health.
  • Send an email with an alert if the server is ever unhealthy.

Modules used

Files

  • chanageImage.py - It will resize and change the image format from .tiff to .jpeg
  • emails.py - sends email to recipient
  • health_check.py - it checks the system health every hour and sends email about the shortage of resources or any specified error accurs
  • run.py - uploads the descriptions about the images to webserver
  • reports.py - it creates the report about the description about the images in pdf form to the given directory
  • supplier_image_upload.py - it uploads the iamges to the webserver

google-capstone's People

Contributors

hemanth-hs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.