Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alphasecio/google-cloud

A collection of apps and projects that interact with Google Cloud APIs.
https://github.com/alphasecio/google-cloud

google google-cloud jupyter-notebook llm notebook palm python streamlit vertex-ai

Last synced: 6 days ago
JSON representation

A collection of apps and projects that interact with Google Cloud APIs.

Awesome Lists containing this project

README

        

# google-cloud
This repository contains a collection of apps and projects that interact with Google Cloud APIs.

### [gemini-api](https://github.com/alphasecio/google-cloud/blob/main/gemini-api)
A sample Streamlit web application for generating text and images with Google Cloud Vertex AI Gemini API.

### [palm-api](https://github.com/alphasecio/google-cloud/blob/main/palm-api)
A sample Streamlit web application for question-answering and text summarization with Google Cloud Vertex AI PaLM API.

### [palm-dlp-api](https://github.com/alphasecio/google-cloud/blob/main/palm-dlp-api)
A sample Streamlit web application for text summarization with Google Cloud Vertex AI PaLM API, but only after a sensitive data inspection scan for `CREDIT_CARD_NUMBER` and `EMAIL_ADDRESS` with Google Cloud Data Loss Prevention API returns negative.

### [web-risk-api](https://github.com/alphasecio/google-cloud/blob/main/web-risk-api)
A sample Streamlit web application for querying Google Cloud Web Risk API.

*Disclaimer: These are not officially supported Google or Google Cloud projects; they are personal projects created for experimentation and educational purposes only.*