Coder Social home page Coder Social logo

rominirani / googlemlapis-training Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 8.0 2.25 MB

Google Machine Learning APIs Training

License: Apache License 2.0

JavaScript 51.10% Jupyter Notebook 48.90%
google-cloud-platform google-cloud-ml apis training

googlemlapis-training's Introduction

Google Cloud Machine Learning APIs Training

This project contains multiple projects that will be used during the training. Each of the projects is a Google Cloud Function that will be demonstrated during the course.

The projects are:

  • hellogreeting-http : Cloud Function with HTTP Trigger. Takes in a data parameter that is a JSON formatted data.
  • hello-gcs : Cloud Function with GCS Trigger. It gets invoked when a file is created/updated in GCS.
  • hello-pubsub : Cloud Function with PubSub Trigger. It subscribes to a topic and is invoked when a message is published to that topic.
  • nl-api : Apps Script that can used in a Google Document to perform Sentiment Analysis. Refer to the following Google Codelab
  • speech-api : Cloud Function with GCS Trigger. This function processes a FLAC Audio file uploaded to the Storage bucket. It uses the Speech API to convert the Audio into Text. It then writes the Transcription into another Target Storage Bucket.
  • vision-api : Cloud Function with GCS Trigger. This function processes an image file. If the image contains "Violence" then it is moved to a red bucket. If it does not contain violence, it is moved to a green bucket.
  • sentiment-api : Cloud Function with GCS Trigger. This project has two cloud functions. One of them classifies the text into 100s of categories that the Natural Language API can do. The other cloud function analyzes the sentiment for each sentencec in the file and logs them into the console.
  • translation-api : Cloud Function with GCS Trigger. This function processes a file uploaded in English Text. It uses the Translation API to convert the English Text to Spanish. It writes the Spanish translation into files in a target bucket.
  • localapps : Node.js applications that you can run locally on a machine that has Node and NPM tools setup. Refer to the README in that directory for more details on how to run the applications locally.

You can use Google Cloud Shell here to clone the repository. Simply click on the "Open in Cloud Shell" button below. This will clone the repository in your Google Cloud Account's Cloud Shell.

Open in Cloud Shell

Other Files

  • cleanup.txt : Contains a set of gcloud commands to delete all the Google Cloud Platform resources created i.e. Cloud Functions, Cloud Pub/Sub Topic, Cloud Storage Bucket, etc. This script can be useful to start from scratch. Just ensure that you have done a gcloud auth login and gcloud config set project <project-id> for the particular Google Cloud Platform project.
  • deploy.txt : Contains a set of gcloud commands to deploy all the above Cloud Functions.

Data Files

  • sample-files : Several Text, Audio, Video, Image files are provided that can be used as you go through the different project.

googlemlapis-training's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  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.