This is an example app demonstrating DeepAR SDK.
- Preview of fun face filters, effects and background replacement.
- Carousel with filter thumbnails.
- Take screenshot.
- Record video.
- Front and back camera.
- Source code demonstrates how to integrate DeepAR for Android in your app.
For more info on DeepAR for Android see: https://docs.deepar.ai/deepar-sdk/platforms/android/overview
- Open the project in Android Studio.
- Create a DeepAR developer account: https://developer.deepar.ai/signup.
- Create a project: https://developer.deepar.ai/projects.
- Add a Android app to the project. Note that you need to specify the
applicationId
of your app. TheapplicationId
is located in theapp/build.gradle
and in this case it is "ai.deepar.deepar_example". - Copy the generated license key in the
MainActivity.java
instead of your_license_key_here.