# Reference, android, gemini, llm

Published articles for Reference, android, gemini, llm.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## OCR with Gemini LLM on Android

DevFeed: [OCR with Gemini LLM on Android](<https://devfeed.tech/articles/ocr-with-gemini-llm-on-android-24912.md>)

Original publisher: [Read original article](<https://blog.blundellapps.co.uk/ocr-with-gemini-llm-on-android/>)

Author: blundell

Published: 2024-04-06T13:44:56Z

Content type: tutorial

Language: en

Sources: [Blundell](<https://devfeed.tech/sources/blundell.md>)

Topics: [AI Models](<https://devfeed.tech/topics/ai-models.md>), [API](<https://devfeed.tech/topics/api.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Google](<https://devfeed.tech/topics/google.md>), [LineageOS](<https://devfeed.tech/topics/lineageos.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [build](<https://devfeed.tech/tags/build.md>), [code](<https://devfeed.tech/tags/code.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [generative](<https://devfeed.tech/tags/generative.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [google](<https://devfeed.tech/tags/google.md>), [google-gemini](<https://devfeed.tech/tags/google-gemini.md>), [images](<https://devfeed.tech/tags/images.md>), [intermediate](<https://devfeed.tech/tags/intermediate.md>), [llm](<https://devfeed.tech/tags/llm.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [recognition](<https://devfeed.tech/tags/recognition.md>), [reference](<https://devfeed.tech/tags/reference.md>), [reference-android-gemini-llm](<https://devfeed.tech/tags/reference-android-gemini-llm.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

### AI overview

A quick introduction to setting up the Gemini API client SDK on Android for optical character recognition on images. The article explains using Gemini's multimodal models, API keys, Gradle dependencies, and image prompts to automate detection of high temperatures or increased power consumption.

### Source excerpt

This artical is a quick introduction into setting up the Gemini API client SDK on Android to perform Optical Character Recognition (OCR) on images. Let's jump straight in: The Gemini API gives you access to the latest generative AI models from Google. Gemini is a series of multimodal generative AI models developed by Google. Gemini [...] The post OCR with Gemini LLM on Android first appeared on Blundell.