HitLumino / 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 contains HUAWEI ML Kit APIs and apps developed based on the HMS Core ML SDK. The project directory is as follows:

  1. MLKit-Sample: Provides examples of using basic functions of HUAWEI ML Kit.
  2. ID-Photo-DIY: Uses the image segmentation function of HUAWEI ML Kit to synthesize static images of people into a certificate photo with a blue or white background.
  3. Photo-Translate: Uses the text recognition and translation functions of HUAWEI ML Kit to translate text in static photos into the required language.
  4. Smile-Camera: Uses the face detection function of HUAWEI ML Kit to identify whether a user is smiling and capture the smiling photos of the user.
  5. Homework-Reader: Uses the text recognition and TTS functions of HUAWEI ML Kit to get the text in photos and convert it into audio output.
  6. ASRSampleKotlin: Uses the automatic speech recognition function of HUAWEI ML Kit to convert speech into text in real time.
  7. TTSSampleKotlin: Uses the text to speech function of HUAWEI ML Kit to convert text into speech and allow users to choose the volume and speed.
  8. TranslatorKotlin: Use the automatic speech recognition, text translation, and text to speech services of HUAWEI ML Kit to translate English speech into Chinese speech.

Precautions

The project contains multiple independent projects. After downloading code, you can open a project in Android Studio to build your app or add multiple apps to a project. You do not have to create a separate project for each app. You can open setting.gradle to select the project to build.

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.0%Language:Kotlin 2.9%Language:Shell 0.1%