Skip to content

Commit 46af9fd

Browse files
authored
Create new READMEs for top level directories (GoogleCloudPlatform#2080)
1 parent 3647195 commit 46af9fd

12 files changed

Lines changed: 58 additions & 6 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# This script is designed to automate the uploading of Jupyter Notebook files (`.ipynb`) from a local directory to a Google Cloud Storage (GCS) bucket
1+
# Notebook Testing
2+
3+
This script is designed to automate the uploading of Jupyter Notebook files (`.ipynb`) from a local directory to a Google Cloud Storage (GCS) bucket
24

35
## Purpose
46

File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# This script is designed to automate the uploading of Jupyter Notebook files (`.ipynb`) from a local directory to a Google Cloud Storage (GCS) bucket
1+
# GCS Upload
2+
3+
This script is designed to automate the uploading of Jupyter Notebook files (`.ipynb`) from a local directory to a Google Cloud Storage (GCS) bucket
24

35
## Purpose
46

File renamed without changes.
File renamed without changes.

audio/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Audio Processing
2+
3+
This directory contains resources and examples related to audio processing on Google Cloud.
4+
5+
It includes materials for various audio tasks, such as:
6+
7+
- **Speech Recognition**: Converting spoken language into text.
8+
- **Speech Synthesis**: Generating human-like speech from text.
9+
- Other audio analysis and manipulation tools and techniques.
10+
11+
Explore the subdirectories for specific examples and use cases.

genkit/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# Genkit
1+
# Genkit with Google Cloud
22

3-
This repository contains solutions using [Firebase Genkit](https://firebase.google.com/docs/genkit).
3+
This directory contains examples and solutions demonstrating the use of [Firebase Genkit](https://firebase.google.com/docs/genkit) integrated with Google Cloud services.
4+
5+
Genkit is an open-source framework that helps developers build, deploy, and manage AI-powered applications. The examples here showcase how Genkit can be leveraged for various generative AI tasks on Google Cloud.
46

57
## Directory Structure
68

7-
- **generate-synthetic-database/**: This directory contains the source code for a Google Cloud Function that generates a synthetic database.
8-
- **postcard-generator/**: This directory contains the source code for a Next.js app that generates postcard images based on a journey
9+
- **generate-synthetic-database/**: Contains the source code for a Google Cloud Function that uses Genkit to generate a synthetic database.
10+
- **postcard-generator/**: Features a Next.js application that utilizes Genkit to generate postcard images based on a user's journey.
11+
12+
Explore these examples to understand how to build robust AI applications with Genkit and Google Cloud.

multimodal-dataset/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Multimodal Datasets
2+
3+
This directory contains resources and examples related to multimodal datasets on Google Cloud.
4+
5+
Multimodal datasets are collections of data that involve multiple types of information, such as images, text, audio, and video. The materials in this directory may include:
6+
7+
- Notebooks demonstrating how to work with specific multimodal datasets.
8+
- Information on accessing and utilizing public or sample multimodal datasets.
9+
- Examples of preprocessing and preparing multimodal data for use in machine learning models.
10+
11+
Explore the contents to learn more about leveraging multimodal datasets for your generative AI projects.

partner-models/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Partner Models
2+
3+
This directory contains models and resources provided by Google Cloud partners.
4+
5+
These models can be integrated with Vertex AI and other Google Cloud services to enhance your machine learning projects. Each subdirectory typically corresponds to a specific partner or model.

0 commit comments

Comments
 (0)