Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
calren committed Jun 3, 2020
1 parent 09c1296 commit 298f17f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MLKit Samples
# ML Kit Samples

A collection of quickstart samples demonstrating the [ML Kit](https://developers.google.com/ml-kit) APIs on Android and iOS.

Expand Down
2 changes: 1 addition & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A collection of quickstart samples demonstrating the MLKit APIs on Android.

## Introduction
[Read more about ML Kit](developers.google.com/mlkit)
[Read more about ML Kit](https://developers.google.com/ml-kit)

## How to make contributions?
Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md)
2 changes: 1 addition & 1 deletion android/android-snippets/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ML Kit Vision Demo App
# ML Kit Android Snippets

This is a collection of Android code snippets seen on https://developers.google.com/ml-kit. This project is not meant to be run as a standalone app to demo ML Kit APIs.

Expand Down
4 changes: 2 additions & 2 deletions android/vision-quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Features are included in this demo app:
## Support

* [Documentation](https://developers.google.com/ml-kit/guides)
* [API Reference](https://developers.google.com/ml-kit/reference)
* [Stack Overflow](https://stackoverflow.com/questions/tagged/mlkit)
* [API Reference](https://developers.google.com/ml-kit/reference/android)
* [Stack Overflow](https://stackoverflow.com/questions/tagged/google-mlkit)

## License

Expand Down
12 changes: 4 additions & 8 deletions ios/quickstarts/automl/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
ML Kit Quickstart
=======================
# ML Kit AutoML Remote Model Demo App

ML Kit iOS quickstart demonstrates how to use the various features of ML Kit to add machine
learning to your application.
## Introduction

Introduction
------------

- [Read more about ML Kit](https://developers.google.com/ml-kit/guides)
* [Read more about ML Kit Vision](https://developers.google.com/ml-kit/vision)
* [Read more about ML Kit's AutoML](https://developers.google.com/ml-kit/vision/auto-ml-vision-edge/overview)

Getting Started
---------------
Expand Down
2 changes: 1 addition & 1 deletion ios/quickstarts/translate/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ML Kit Translate ID Quickstart
ML Kit Translate Quickstart
=======================

The ML Kit Translate iOS Quickstart app demonstrates how to use the Translate feature of ML Kit
Expand Down

0 comments on commit 298f17f

Please sign in to comment.