From 103a6b4112ff8a4c0b673e4054b27d3058dc2c39 Mon Sep 17 00:00:00 2001 From: Hrishikesh Kadam Date: Fri, 9 Oct 2020 21:00:58 +0530 Subject: [PATCH] Update README.md Add codelabs link for https://developer.android.com/courses/pathways/android-week2-machine-learning --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 432fab4..4c5bb86 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ Codelabs for ML Kit ============ -This repository contains the code for the ML Kit codelabs: +This repository contains the code for the following ML Kit codelabs: * [Recognize text and facial features with ML Kit](https://g.co/codelabs/mlkit-android) +* [Recognize, Identify Language and Translate text with ML Kit and CameraX: Android](https://g.co/codelabs/mlkit-android-translate) Introduction ------------