soundclassifier-cloudrun

(★ 18)

Sound Classifier made with Teachable Machines and hosted on Cloud Run

File Explorer

  • .gitignore
  • Dockerfile
  • Icon
  • index.js
  • LICENSE
  • package.json
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

gcloud

View Details ▼

The official CLI tool for Google Cloud Platform.
Some subcommands such as `app` and `init` have their own usage documentation.

gcloud config list

List all properties in one's active configuration:

gcloud auth login

Login to a Google account:

gcloud config set project {{project_name}}

Set the active project:

// repository documentation