Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctkqiang/facial-expression-mlkit-firebase-datacollection
https://github.com/ctkqiang/facial-expression-mlkit-firebase-datacollection
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctkqiang/facial-expression-mlkit-firebase-datacollection
- Owner: ctkqiang
- Created: 2020-02-01T02:14:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T06:39:09.000Z (almost 4 years ago)
- Last Synced: 2023-11-12T12:39:28.502Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 36.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Facial-Expression-MLkit-Firebase-datacollection
Step 1 . Add it in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
.....
maven {
url 'https://jitpack.io'
}
}
....
}
}
```Step 2. Add the dependency
```
....
dependencies {
..........
implementation 'com.github.johnmelodyme:Facial-Expression-MLkit-Firebase-datacollection:1.0.1'
}
```