Skip to content

Commit 38f1672

Browse files
authored
Update README.md
1 parent b396df7 commit 38f1672

File tree

1 file changed

+11
-25
lines changed

1 file changed

+11
-25
lines changed

README.md

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@
77
[![API](https://img.shields.io/badge/API-21%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=21)
88
[![License](https://img.shields.io/badge/license-Apche%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
99

10+
[![MavenCentral](https://img.shields.io/maven-central/v/com.github.jenly1314.MLKit/mlkit-common?logo=sonatype)](https://repo1.maven.org/maven2/com/github/jenly1314/MLKit)
11+
[![JitPack](https://img.shields.io/jitpack/v/github/jenly1314/MLKit?logo=jitpack)](https://jitpack.io/#jenly1314/MLKit)
12+
[![CI](https://img.shields.io/github/actions/workflow/status/jenly1314/MLKit/build.yml?logo=github)](https://github.com/jenly1314/MLKit/actions/workflows/build.yml)
13+
[![Download](https://img.shields.io/badge/download-APK-brightgreen?logo=github)](https://raw.githubusercontent.com/jenly1314/MLKit/master/app/release/app-release.apk)
14+
[![API](https://img.shields.io/badge/API-21%2B-brightgreen?logo=android)](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels)
15+
[![License](https://img.shields.io/github/license/jenly1314/MLKit?logo=open-source-initiative)](https://opensource.org/licenses/LICENSE-2-0)
16+
1017
ML Kit是一个能够将谷歌专业的机器学习知识带到应用中的极其简单易用的封装包。无论您是否有机器学习的经验,您都可以在几行代码中实现您想要的功能。甚至,您无需对神经网络或者模型优化有多深入的了解,也能完成您想要做的事情。
1118

1219
基于现有的API您可以很轻松的实现文字识别、条码识别、图像标签、人脸检测、对象检测等功能;另一方面,如果您是一位经验丰富的ML开发人员,ML Kit甚至提供了便利的API,可帮助您在移动应用中使用自定义的TensorFlow Lit模型。
1320

14-
## GIF 展示
21+
## 效果展示
1522

1623
![Image](GIF.gif)
1724

@@ -100,7 +107,7 @@ Camera:为各个子库提供相机预览分析的核心库
100107
}
101108
```
102109
103-
2. 在Module的 **build.gradle** 里面添加引入依赖项
110+
2. 在Module的 **build.gradle** 中添加依赖项
104111
105112
```gradle
106113
@@ -339,27 +346,6 @@ compileOptions {
339346

340347
#### [查看更多版本日志](CHANGELOG.md)
341348

342-
## 赞赏
343-
344-
如果您喜欢MLKit,或感觉MLKit帮助到了您,可以点右上角“Star”支持一下,您的支持就是我的动力,谢谢 :smiley:
345-
<p>您也可以扫描下面的二维码,请作者喝杯咖啡 :coffee:
346-
347-
<div>
348-
<img src="https://jenly1314.github.io/image/page/rewardcode.png">
349-
</div>
350-
351-
## 关于我
352-
353-
| 我的博客 | GitHub | Gitee | CSDN | 博客园 |
354-
|:------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------|
355-
| <a title="我的博客" href="https://jenly1314.github.io" target="_blank">Jenly's Blog</a> | <a title="GitHub开源项目" href="https://github.com/jenly1314" target="_blank">jenly1314</a> | <a title="Gitee开源项目" href="https://gitee.com/jenly1314" target="_blank">jenly1314</a> | <a title="CSDN博客" href="http://blog.csdn.net/jenly121" target="_blank">jenly121</a> | <a title="博客园" href="https://www.cnblogs.com/jenly" target="_blank">jenly</a> |
356-
357-
## 联系我
358-
359-
| 微信公众号 | Gmail邮箱 | QQ邮箱 | QQ群 | QQ群 |
360-
|:-------------|:---------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------|
361-
| [Jenly666](http://weixin.qq.com/r/wzpWTuPEQL4-ract92-R) | <a title="给我发邮件" href="mailto:jenly1314@gmail.com" target="_blank">jenly1314</a> | <a title="给我发邮件" href="mailto:jenly1314@vip.qq.com" target="_blank">jenly1314</a> | <a title="点击加入QQ群" href="https://qm.qq.com/cgi-bin/qm/qr?k=6_RukjAhwjAdDHEk2G7nph-o8fBFFzZz" target="_blank">20867961</a> | <a title="点击加入QQ群" href="https://qm.qq.com/cgi-bin/qm/qr?k=Z9pobM8bzAW7tM_8xC31W8IcbIl0A-zT" target="_blank">64020761</a> |
349+
---
362350

363-
<div>
364-
<img src="https://jenly1314.github.io/image/page/footer.png">
365-
</div>
351+
![footer](https://jenly1314.github.io/page/footer.svg)

0 commit comments

Comments
 (0)