HMS-MLKit / hms-ml-demo

HMS ML Demo provides an example of integrating Huawei ML Kit service into applications. This example demonstrates how to integrate services provided by ML Kit, such as face detection, text recognition, image segmentation, asr, and tts.

Home Page:https://developer.huawei.com/consumer/en/hms/huawei-mlkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hms-ml-demo

License Android CI

English | 中文

Introduction

This project includes apps developed based on Huawei Machine Learning Service (ML Kit). The project directory is as follows:

|-- MLKit-Sample // ML Kit scenario-based demo. You can scan the QR code to obtain the demo from https://developer.huawei.com/consumer/cn/doc/development/HMSCore-Examples-V5/sample-code-0000001050265470-V5.

|-- ApplicationCases // Application cases developed based on Huawei Machine Learning Service (ML Kit).

Precautions

The hms-ml-demo project contains two independent projects. After downloading the code, you can load different nested projects to the IDE as required. You can run each project independently.

Add a new project.

The root folder already contains a common build.gradle, which loads the latest Android Gradle plug-ins, AGConnect, and Kotlin to classpath. Therefore, if you add a new project, delete the project's build.gradle file unless you need to add a unique Gradle plug-in for the project. The same applies to `gradle.properties'.

All projects and nested modules are defined in the root settings.gradle setting file, new projects are added, all module entries are added to the external setting file, and then the configuration file of the project is deleted.

Technical Support

If you are still evaluating HMS Core, obtain the latest information about HMS Core and share your insights with other developers at (https://www.reddit.com/r/HuaweiDevelopers/).

If you have any questions about using the HMS sample code, try:

If you have problems trying the sample code, submit issue to the repository, and you are welcome to submit Pull Request.

About

HMS ML Demo provides an example of integrating Huawei ML Kit service into applications. This example demonstrates how to integrate services provided by ML Kit, such as face detection, text recognition, image segmentation, asr, and tts.

https://developer.huawei.com/consumer/en/hms/huawei-mlkit

License:Apache License 2.0


Languages

Language:Java 97.6%Language:Kotlin 2.4%Language:GLSL 0.0%Language:Batchfile 0.0%