OrganiksAiAssistant combines Compose Multiplatform app(Android, Desktop) + Gemini AI with the aim of making Artificial Intelligence accessible to the "common mwananchi"(common man) involved in Agriculture with a special interest to the Youths in Africa and the world.
# OrganiksAiAssistant
OrganiksAiAssistant combines Compose Multiplatform app(Android, Desktop) + Gemini AI with the aim of making Artificial Intelligence accessible to the "common mwananchi"(common man)
involved in Agriculture with a special interest to the Youths in Africa and the world.
The AI Assistant is aimed at becoming part of the OrganiksKMP project to help it in reaching its aim of empowering young farmers in Agriculture to get a competitive advantage.
## 🛠️ Prerequisites 🛠️
#### IDE
You can either use IntelliJ IDEA or Android Studio.
> For Gemini AI Assistant.
#### Gemini Api Key
You can get your key here Google AI Studio and replace it in GeminiService.kt file
You can get Gemini API Docs here Gemini API Docs
## Screenshots
### Android
## Architecture
The app is shared between Android, Desktop with Compose Multiplatform and Server with Ktor within the same project.
## Built with
- Kotlin Multiplatform - The Kotlin Multiplatform technology is designed to simplify the development of cross-platform projects.
- Compose Multiplatform - a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
- Ktor Server - Ktor is an asynchronous framework for creating microservices, web applications.
- Ktor Client - a multiplatform asynchronous HTTP client, which allows you to make requests and handle responses.
- Gemini AI - a multi-modal large language model(LLM) developed by Google DeepMind.
- Calf Multiplatform File Picker - Calf is a library that allows you to easily create adaptive UIs for your Compose Multiplatform apps.
## Run project
### Android
To run the application on android device/emulator:
- open project in Android Studio and run imported android run configuration
### Desktop
Run the desktop application: `./gradlew :desktop:run`
## License
```xml
Copyright (c) 2024 Aricha Samson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associat …