Skip to content

Commit 4064308

Browse files
David Cavazosdandhlee
andauthored
ppai: add more descriptions and links to videos (GoogleCloudPlatform#6783)
* add more descriptions and links to videos * Exclude Python 3.10 * Update noxfile_config.py * made more explicit video links Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
1 parent cc0f1e0 commit 4064308

6 files changed

Lines changed: 245 additions & 204 deletions

File tree

people-and-planet-ai/README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,40 @@
22

33
## 🦏 [Wildlife Insights -- _image-classification_](image-classification)
44

5+
[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/GoogleCloudPlatform/python-docs-samples/blob/master/people-and-planet-ai/image-classification/README.ipynb)
6+
7+
> [Watch the video in YouTube<br> ![thumbnail](http://img.youtube.com/vi/hUzODH3uGg0/0.jpg)](https://youtu.be/hUzODH3uGg0)
8+
59
This model is trained to recognize animal species from
610
[camera trap](https://en.wikipedia.org/wiki/Camera_trap)
711
pictures.
812

13+
* **Model**: [AutoML] Vision
914
* **Creating datasets**: [Apache Beam] in [Dataflow]
1015
* **Training the model**: [AutoML] in [Vertex AI]
1116
* **Getting predictions**: [Vertex AI]
1217

18+
[Apache Beam]: https://beam.apache.org
19+
[Dataflow]: https://cloud.google.com/dataflow
20+
[AutoML]: https://cloud.google.com/vertex-ai/docs/beginner/beginners-guide
21+
[Vertex AI]: https://cloud.google.com/vertex-ai
22+
1323
## 🗺 [Global Fishing Watch -- _timeseries-classification_](timeseries-classification)
1424

15-
This model is trained to categorize if a ship is fishing or not every hour from their
25+
[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/GoogleCloudPlatform/python-docs-samples/blob/master/people-and-planet-ai/timeseries-classification/README.ipynb)
26+
27+
> [Watch the video in YouTube<br> ![thumbnail](http://img.youtube.com/vi/LnEhSVEJUuY/0.jpg)](https://youtu.be/LnEhSVEJUuY)
28+
29+
This model is trained to classify if a ship is fishing or not every hour from their
1630
[_Maritime Mobile Service Identitiy_ (MMSI)](https://en.wikipedia.org/wiki/Maritime_Mobile_Service_Identity)
1731
location data.
1832

33+
* **Model**: 1D Fully Convolutional Network in [Keras]
1934
* **Creating datasets**: [Apache Beam] in [Dataflow]
2035
* **Training the model**: [Keras] in [Vertex AI]
2136
* **Getting predictions**: [Keras] in [Cloud Run]
2237

2338
[Apache Beam]: https://beam.apache.org
24-
[AutoML]: https://cloud.google.com/vertex-ai/docs/beginner/beginners-guide
2539
[Cloud Run]: https://cloud.google.com/run
2640
[Dataflow]: https://cloud.google.com/dataflow
2741
[Keras]: https://keras.io

0 commit comments

Comments
 (0)