Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecloudplatform/raspberrypi-docs-samples
Examples of using Google Cloud APIs with Raspberry Pi
https://github.com/googlecloudplatform/raspberrypi-docs-samples
google-cloud google-cloud-speech google-cloud-vision raspberry-pi raspberry-pi-camera
Last synced: 3 months ago
JSON representation
Examples of using Google Cloud APIs with Raspberry Pi
- Host: GitHub
- URL: https://github.com/googlecloudplatform/raspberrypi-docs-samples
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Archived: true
- Created: 2018-05-25T19:02:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T01:56:55.000Z (over 5 years ago)
- Last Synced: 2023-04-09T07:17:38.719Z (over 1 year ago)
- Topics: google-cloud, google-cloud-speech, google-cloud-vision, raspberry-pi, raspberry-pi-camera
- Language: Python
- Homepage: https://cloud.google.com/
- Size: 59.6 KB
- Stars: 9
- Watchers: 12
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Examples of using Google Cloud APIs with Raspberry Pi.
**This is not an officially supported Google product.**
This repository contains some scripts that show how various Google Cloud APIs
can be used in Raspberry Pi to create cool things. The code in this repository
is supposed to be run on [Raspbian](https://en.wikipedia.org/wiki/Raspbian).Samples included:
- [python/vision](./python/vision): Python code that uses
[Google Cloud Vision](https://cloud.google.com/vision/) API.
- [nodejs/speech](./nodejs/speech): Node.js code that uses
[Google Cloud Speech-To-Text](https://cloud.google.com/speech-to-text/)
and [Text-To-Speech](https://cloud.google.com/text-to-speech/docs/basics)
API.