An open API service indexing awesome lists of open source software.

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

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.