Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 543 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 543 Bytes

Demo: Generate a poem from an image upload

Generate an image from a poem with Cloud Functions for Firebase, Cloud Vertex API, PaLM, and Imagen.

Getting started

  1. Create a new Firebase project and enable the Blaze plan
    1. Enable the following in the Firebase console:
      1. Cloud Firestore
      2. Sign in with Google
    2. Run firebase init in this repository
  2. Enable the Vertex AI API
  3. Run npm install
  4. Run firebase deploy