|
2 | 2 |
|
3 | 3 | ## 🦏 [Wildlife Insights -- _image-classification_](image-classification) |
4 | 4 |
|
| 5 | +[](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> ](https://youtu.be/hUzODH3uGg0) |
| 8 | +
|
5 | 9 | This model is trained to recognize animal species from |
6 | 10 | [camera trap](https://en.wikipedia.org/wiki/Camera_trap) |
7 | 11 | pictures. |
8 | 12 |
|
| 13 | +* **Model**: [AutoML] Vision |
9 | 14 | * **Creating datasets**: [Apache Beam] in [Dataflow] |
10 | 15 | * **Training the model**: [AutoML] in [Vertex AI] |
11 | 16 | * **Getting predictions**: [Vertex AI] |
12 | 17 |
|
| 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 | + |
13 | 23 | ## 🗺 [Global Fishing Watch -- _timeseries-classification_](timeseries-classification) |
14 | 24 |
|
15 | | -This model is trained to categorize if a ship is fishing or not every hour from their |
| 25 | +[](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> ](https://youtu.be/LnEhSVEJUuY) |
| 28 | +
|
| 29 | +This model is trained to classify if a ship is fishing or not every hour from their |
16 | 30 | [_Maritime Mobile Service Identitiy_ (MMSI)](https://en.wikipedia.org/wiki/Maritime_Mobile_Service_Identity) |
17 | 31 | location data. |
18 | 32 |
|
| 33 | +* **Model**: 1D Fully Convolutional Network in [Keras] |
19 | 34 | * **Creating datasets**: [Apache Beam] in [Dataflow] |
20 | 35 | * **Training the model**: [Keras] in [Vertex AI] |
21 | 36 | * **Getting predictions**: [Keras] in [Cloud Run] |
22 | 37 |
|
23 | 38 | [Apache Beam]: https://beam.apache.org |
24 | | -[AutoML]: https://cloud.google.com/vertex-ai/docs/beginner/beginners-guide |
25 | 39 | [Cloud Run]: https://cloud.google.com/run |
26 | 40 | [Dataflow]: https://cloud.google.com/dataflow |
27 | 41 | [Keras]: https://keras.io |
|
0 commit comments