https://github.com/patilshreyas/gemini-android-demo
Demo app showcasing Gemini capabilities: Simple prompts, structured response, function calling
https://github.com/patilshreyas/gemini-android-demo
android gemini gemini-api kotlin
Last synced: 5 months ago
JSON representation
Demo app showcasing Gemini capabilities: Simple prompts, structured response, function calling
- Host: GitHub
- URL: https://github.com/patilshreyas/gemini-android-demo
- Owner: PatilShreyas
- Created: 2025-03-08T09:21:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T10:36:04.000Z (7 months ago)
- Last Synced: 2025-05-08T09:12:59.180Z (5 months ago)
- Topics: android, gemini, gemini-api, kotlin
- Language: Kotlin
- Homepage: https://docs.google.com/presentation/d/1sL7YJ4JnnB5kBE-Gkp09dPWf8yPqqEZH7qCDE7EAlmk/edit?usp=sharing
- Size: 168 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gemini Demo
Presentation: https://docs.google.com/presentation/d/1sL7YJ4JnnB5kBE-Gkp09dPWf8yPqqEZH7qCDE7EAlmk/edit?usp=sharing
## How to setup the project?
- Clone the repo
- Open the project in the latest version of Android Studio
- Generate the API key at https://aistudio.google.com/
- Place the API key in `local.properties` as follows:```
gemini_api_key=API_KEY_HERE
```- Run the app using green play button on emulator or on the connected device.