Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alphasecio/google-cloud
- Owner: alphasecio
- License: mit
- Created: 2023-05-13T08:35:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T07:36:34.000Z (3 months ago)
- Last Synced: 2024-08-22T06:48:41.248Z (3 months ago)
- Topics: google, google-cloud, jupyter-notebook, llm, notebook, palm, python, streamlit, vertex-ai
- Language: Python
- Homepage:
- Size: 396 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.*