Skip to content

PatilShreyas/ChaKt-KMP

Repository files navigation

ChaKt - Chat with AI 💬✨

Build

ChaKt is a multiplatform app built using Kotlin and Compose Multiplatform to demonstrate the use of Generative AI SDK for Kotlin Multiplatform to generate content using Google's Generative AI models. It features a simple chat based user interface and experience to interact with AI.

Download / View App ⬇️

Platform Action
📱 Mobile
🖥️ Desktop
🌎 Web

Check releases for more information on app versions.

Preview ▶️

In the below video:

    1. Running on Chrome browser
    1. Running on MacOS desktop
    1. Running on iPhone 15 Simulator
    1. Running on Android Emulator
AllDevice.mp4
Screenshots

Mobile App (Android & iOS)

Desktop App

Web App

Built with 🛠️

Development 🛠️

Pre-requisites

  • Java JDK 17+
  • Latest stable version of Android Studio IDE
  • Latest XCode (for iOS)
  • Gemini API Key (Get it from here)

Setup

  • Clone this repository.
  • Open in the latest version of Android Studio.
  • Place your Gemini API key in local.properties file as gemini_api_key property.

Example:

gemini_api_key=YOUR_API_KEY
  • Run the app on your device or emulator:
    • For Android, run composeApp module by selecting app configuration.
    • For iOS, run composeApp module by selecting iosApp configuration.
    • For Desktop, run ./gradlew :composeApp:run
    • For Web, run ./gradlew :composeApp:wasmJsBrowserDevelopmentRun

Contributing 🛠️

Please read CONTRIBUTING.md for details and the process.

License

MIT License

Copyright (c) 2024 Shreyas Patil

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.