My Journey to a serverless transformers pipeline on Google Cloud

By huggingface - 2021-03-18

Description

We’re on a journey to advance and democratize artificial intelligence through open source and open science.

Summary

  • This article will discuss my journey to deploy the transformerssentiment-analysis pipeline on Google Cloud.
  • After that, I tried out the API that Hugging Face offers and read a bit more about the pipeline feature they offer.
  • The idea is to receive a GET request containing two fields.
  • You can find more details about it in the Google's guide - Before you begin, Second, we need to build the docker image and deploy it to cloud run by selecting the correct project (replace PROJECT-ID) and set the name of the instance such as ai-customer-review.

 

Topics

  1. Backend (0.39)
  2. NLP (0.08)
  3. Machine_Learning (0.04)

Similar Articles

How to build a fraud detection solution

By Google Cloud Blog - 2021-03-03

In collaboration with our partner Quantiphi, we developed a smart analytics design pattern that enables you to build a scalable real-time fraud detection solution in one hour using serverless, no-ops ...