https://github.com/vimalcvs/gemini-demo
Gemini Pro API Demo project in Android and Jetpack Compose.
https://github.com/vimalcvs/gemini-demo
gemini gemini-api jetpack jetpack-compose
Last synced: about 1 year ago
JSON representation
Gemini Pro API Demo project in Android and Jetpack Compose.
- Host: GitHub
- URL: https://github.com/vimalcvs/gemini-demo
- Owner: vimalcvs
- License: apache-2.0
- Created: 2024-04-05T04:36:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T04:41:48.000Z (about 2 years ago)
- Last Synced: 2025-01-21T06:11:25.058Z (over 1 year ago)
- Topics: gemini, gemini-api, jetpack, jetpack-compose
- Language: Kotlin
- Homepage: https://www.technovimal.in
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeminiDemo
Gemini Pro API Demo project in Android and Jetpack Compose.
Get an API key for Gemini Pro API at https://aistudio.google.com and then add that API key in the local.properties file like below
```groovy
apiKey=YOUR_API_KEY_GOES_HERE
```
And run the app.