|
1 week ago | |
---|---|---|
.. | ||
app | 1 week ago | |
gradle | 1 week ago | |
.gitignore | 1 week ago | |
README.md | 1 week ago | |
build.gradle.kts | 1 week ago | |
gradle.properties | 1 week ago | |
gradlew | 1 week ago | |
gradlew.bat | 1 week ago | |
screenshot.png | 1 week ago | |
settings.gradle.kts | 1 week ago |
This is a sample Android app to demonstrate Llama 4 multimodal and multilingual capabilities. This app allows user to take a picture/screenshot of an article, and then summarize and translate it into any of the supported languages
API_KEY
in AppUtils.java
ModelUtils.java
NOTE: This is an example project to demonstrate E2E flow. You should NOT use/store API key directly on client. Exposing your API key in client-side environments allows malicious users to take that key and make requests on your behalf. Requests should always be routed through your own backend server where you can keep your API key secure.
If you encountered any bugs or issues following this tutorial please file a bug/issue here on Github).