https://github.com/awesome-pro/askgemini
https://github.com/awesome-pro/askgemini
List: askgemini
android gemini-pro jetpack-compose material3-android room-database
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/awesome-pro/askgemini
- Owner: awesome-pro
- Created: 2024-02-26T02:39:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T04:24:22.000Z (about 2 years ago)
- Last Synced: 2025-11-08T22:02:04.061Z (8 months ago)
- Topics: android, gemini-pro, jetpack-compose, material3-android, room-database
- Language: Kotlin
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AskGemini✨
AskGemini is the the **Android implementation of Google Gemini AI**.
It is a real-time AI chat-bot with having all the features of ChatGPT 3.5 app.
The project is integrated with **Gemini Pro Vision** model of AI to help get all your prompts including visionary ones too, response by the Gemini AI.
Beside having the text-prompt features, it can also provide **Image-Prompt & Response** feature.
A point to be noted, at the time making the Project dated *26 Feb 2024*, use of *generative models offered by Google* is **Completely Free with a prompt limit of 60 request per minute**, which can be changed, halted, or stopped by Google at any time in future without any prior notice or information.
## Pictures

*Rest Pictures on the way...,* >>>>> they sent me WhatsApp Message that
``
We are comming, as soon we get ready ;)
``
## Acknowledgements
- [Gemini AI](https://gemini.google.com/app)
- [Gemini template](https://developer.android.com/studio/preview/gemini-template)
- [Philipp Lackner Video Guide](https://www.youtube.com/watch?v=i7PJwg0lrU0)
- [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)
- [Awesome README](https://github.com/matiassingers/awesome-readme)
## API Reference
#### Google Vertex AI API
- get your Gemini API key from [Google AI Studio/Vertex AI](https://aistudio.google.com/app/prompts/new_chat?utm_source=agd&utm_medium=referral&utm_campaign=core-cta&utm_content=)
and paste the API key in your *local.properties* file. For example
```http
apiKey=randomApiKey123456
```
- make sure that you have **included the following expression in your .gitignore file**
```http
/local.properties
```
## Appendix
### The Project is under development, All the contributions are highly Welcome :) ☺️
## Features
- Light/dark mode toggle
- Live previews
## 🚀 About Me
I'm a full stack Android developer from India...
**Rest, know more from [README.MD](https://github.com/abhinandan-verma)**
## Authors
- [@abhinandan-verma](https://www.github.com/abhinandan-verma)