This Android ChatBot app uses the Gemini API to generate responses. It's built with Jetpack Compose and follows the MVVM architecture.
See the app in action:
To get your Gemini API key:
- Visit AI Studio.
- Click on get api key and then create api key.
- Copy your new API key.
-
Clone the Repository:
git clone https://github.com/Hassan-Nisar-Ch/ChatBot.git
-
Open the Project in Android Studio
-
Add Your API Key: Open the
local.propertiesfile in the project root and add the following line:geminiApiKey=YOUR_API_KEY_HERE -
Build and Run the Project on your device or emulator.
This project is licensed under the Apache License 2.0.

